UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

27 lines 596 B
export default { "name": "Label", "comment": "文字标签", "attrs": [ { "name": "value", "comment": "组件文本", "type": "String", "notnull": true, "default": "{id}" }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" } ], "styles": ["size", "position", "font", "background", "border", "margin", "other"], "defaultStyles": { }, "events": [{ "name": "bindtap", "args": [{ 'name': 'e' }], "eventArgs": "", "comment": "点击时" }] }