UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

32 lines 679 B
export default { "name": "Pre", "comment": "文本段落", "attrs": [ { "name": "value", "comment": "组件文本", "type": "String", "notnull": true, "default": "" }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" } ], "styles": ["size", "position", "font", "background", "border", "margin", "other"], "defaultStyles": { "height": "38px", "resize": "none", "line-height": "38px" }, "events": [ { "name": "bindtap", "args": [{ 'name': 'e' }], "eventArgs": "", "comment": "点击时" } ] }