mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 01:48:18 +00:00
feat: 新增分隔符物料配置
This commit is contained in:
parent
1dcb5ab4d1
commit
af39c172ad
@ -80,17 +80,47 @@
|
|||||||
"subName": ""
|
"subName": ""
|
||||||
},
|
},
|
||||||
"props": [
|
"props": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "children",
|
||||||
"propType": "object"
|
"propType": "string",
|
||||||
|
"description": "子元素",
|
||||||
|
"defaultValue": "Test"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "dashed",
|
||||||
|
"propType": {
|
||||||
|
"type": "bool"
|
||||||
|
},
|
||||||
|
"description": "是否为虚线",
|
||||||
|
"defaultValue": false
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "direction",
|
||||||
|
"propType": {
|
||||||
|
"type": "oneOf",
|
||||||
|
"value": [
|
||||||
|
"hoz",
|
||||||
|
"ver"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"description": "线是水平还是垂直类型",
|
||||||
|
"defaultValue": "hoz"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "className",
|
"name": "orientation",
|
||||||
"propType": "string"
|
"propType": {
|
||||||
},
|
"type": "oneOf",
|
||||||
{
|
"value": [
|
||||||
"name": "style",
|
"left",
|
||||||
"propType": "object"
|
"right",
|
||||||
|
"center"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"description": "分割线标题的位置",
|
||||||
|
"defaultValue": "center"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user