UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

36 lines (35 loc) 752 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "name": "Image", "comment": "图片", "attrs": [{ "name": "src", "comment": "图片路径", "type": "String" }, { "name": "title", "comment": "图片提示", "type": "String", "isHtmlAttr": true }], "styles": ["size", "position", "font", "background", "margin", "border", "other"], "defaultStyles": { "width": "48px", "height": "48px" }, "events": [{ "name": "onClick", "comment": "点击时" }, { "name": "onMouseOver", "comment": "鼠标经过时" }, { "name": "onMouseOut", "comment": "鼠标移出时" }] }; exports["default"] = _default;