mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
15 lines
213 B
TypeScript
15 lines
213 B
TypeScript
export default {
|
|
'id': '307002',
|
|
'name': 'ddei.uml.simpleclass',
|
|
'code': 'cls',
|
|
'desc': 'UML的简单类节点',
|
|
'from': '308005',
|
|
|
|
'define': {
|
|
width: 120,
|
|
height: 80,
|
|
text: "Class"
|
|
}
|
|
|
|
}
|