mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
31 lines
667 B
TypeScript
31 lines
667 B
TypeScript
export default {
|
|
'id': '301007',
|
|
'name': '判定',
|
|
'code': 'switch',
|
|
'desc': 'UML的状态分支',
|
|
'from': '100040',
|
|
'icon': 'toolbox-shape-circle',
|
|
'define': {
|
|
width: 40,
|
|
height: 40,
|
|
ext: {
|
|
groups: [
|
|
{
|
|
name: "属性",
|
|
icon: 'icon-a-ziyuan375',
|
|
subGroups: [
|
|
{
|
|
name: "填充",
|
|
attrs: ["fill.type", "fill.color", "fill.image", "fill.opacity"]
|
|
},
|
|
{
|
|
name: "线条",
|
|
attrs: ["border.type", "border.color", "borderOpacity", "borderWidth", "borderDash"]
|
|
},
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}
|
|
}
|