mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
feat: 新增分隔符物料配置
This commit is contained in:
parent
1dcb5ab4d1
commit
af39c172ad
@ -80,17 +80,47 @@
|
||||
"subName": ""
|
||||
},
|
||||
"props": [
|
||||
|
||||
{
|
||||
"name": "root",
|
||||
"propType": "object"
|
||||
"name": "children",
|
||||
"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",
|
||||
"propType": "string"
|
||||
},
|
||||
{
|
||||
"name": "style",
|
||||
"propType": "object"
|
||||
"name": "orientation",
|
||||
"propType": {
|
||||
"type": "oneOf",
|
||||
"value": [
|
||||
"left",
|
||||
"right",
|
||||
"center"
|
||||
]
|
||||
},
|
||||
"description": "分割线标题的位置",
|
||||
"defaultValue": "center"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user