UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

30 lines (29 loc) 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "name": "Panel", "comment": "面板", "attrs": [{ "name": "title", "comment": "组件提示", "type": "String", "isHtmlAttr": true }], "styles": ["size", "position", "background", "border", "margin", "other"], "defaultStyles": { "width": "100%", "height": "120px" }, "events": [{ "name": "bindtap", "args": [{ 'name': 'e' }], "eventArgs": "", "comment": "点击时" }] }; exports["default"] = _default;