2024-11-07 16:12:22 +08:00

31 lines
644 B
TypeScript

export default {
'id': '301007',
'name': 'ddei.uml.switch',
'code': 'switch',
'desc': 'UML的状态分支',
'from': '100040',
'define': {
width: 40,
height: 40,
ext: {
groups: [
{
name: "属性",
icon: 'icon-fill',
subGroups: [
{
name: "ddei.fill",
attrs: ["fill.type", "fill.color", "fill.image", "fill.opacity"]
},
{
name: "ddei.line",
attrs: ["border.type", "border.color", "borderOpacity", "borderWidth", "borderDash"]
},
]
},
]
}
}
}