UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

30 lines 604 B
export default { "name": "TabPage", "comment": "选项页", "attrs": [ { "name": "title", "comment": "标题", "type": "String" } ], "styles": ["background", "border", "margin", "other"], "defaultStyles": { "position": "absolute", "left": "0", "right": "0", "bottom": "0", "top": "0", "overflow": "auto" }, "events": [{ "name": "onClick", "comment": "点击时" }, { "name": "onMouseOver", "comment": "鼠标经过时" }, { "name": "onMouseOut", "comment": "鼠标移出时" }] }