ddei-editor/plugins/uml/controls/control/active/uml-active-branch.ts
2024-04-22 18:28:44 +08:00

18 lines
215 B
TypeScript

export default {
'id': '308023',
'name': '分叉',
'code': 'uc',
'desc': '分叉',
'from': '301012',
'define': {
width: 50,
border: {
width: 1
},
fill: {
type: 0
}
}
}