UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

35 lines (34 loc) 700 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _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": "鼠标移出时" }] }; exports["default"] = _default;