{
"icon": "",
"name": {
"zh_CN": "Container"
},
"component": "tiny-container",
"schema": {
"properties": [
{
"label": {
"zh_CN": "基础信息"
},
"description": {
"zh_CN": "基础信息"
},
"collapse": {
"number": 6,
"text": {
"zh_CN": "显示更多"
}
},
"content": [
{
"property": "condition",
"type": "boolean",
"defaultValue": true,
"label": {
"text": {
"zh_CN": "是否渲染"
}
},
"cols": 12,
"rules": [],
"hidden": false,
"required": true,
"readOnly": false,
"disabled": false,
"widget": {
"component": "SwitchConfigurator",
"props": {}
}
},
{
"property": "style",
"type": "string",
"defaultValue": "margin: 10px;",
"label": {
"text": {
"zh_CN": "样式"
}
},
"cols": 12,
"rules": [],
"hidden": false,
"required": true,
"readOnly": false,
"disabled": false,
"widget": {
"component": "InputConfigurator",
"props": {}
}
},
{
"property": "class",
"type": "string",
"label": {
"text": {
"zh_CN": "样式类"
}
},
"cols": 12,
"rules": [],
"hidden": false,
"required": true,
"readOnly": false,
"disabled": false,
"widget": {
"component": "InputConfigurator",
"props": {}
}
}
]
}
],
"events": {
"onClick": {
"label": {
"zh_CN": "onClick"
},
"description": {
"zh_CN": "详细的描述文字,会在鼠标放入?时显示"
},
"type": "event",
"functionInfo": {
"params": [],
"returns": {}
},
"defaultValue": "function onClick(e) {}"
}
},
"shortcuts": {
"properties": []
},
"contentMenu": {
"actions": []
}
}
}