mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
15 lines
214 B
TypeScript
15 lines
214 B
TypeScript
export default {
|
|
'id': '307003',
|
|
'name': 'ddei.uml.activeclass',
|
|
'code': 'cls',
|
|
'desc': 'UML的活动类节点',
|
|
'from': '102040',
|
|
|
|
'define': {
|
|
width: 180,
|
|
height: 115,
|
|
text: "Class"
|
|
}
|
|
|
|
}
|