UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

32 lines 674 B
export 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": "鼠标移出时" }] }