UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

33 lines 678 B
export default { "name": "Hidden", "comment": "隐藏域", "attrs": [ { "name": "inputSetting", "comment": "输入项设置", "type": "group", "items": [ { "name": "value", "comment": "组件值", "type": "String", "isHtmlAttr": true }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" } ] } ], "defaultStyles": { "width": "24px", "height": "24px", "float": "right" }, "events": [{ "name": "onChange", "comment": "值发生变化时" }] }