mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 10:08:43 +08:00
22 lines
310 B
TypeScript
22 lines
310 B
TypeScript
export default {
|
|
'id': '307007',
|
|
'name': 'ddei.uml.enum',
|
|
'code': 'enum',
|
|
'desc': 'UML的枚举',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 110,
|
|
height: 70,
|
|
text: `<<enumeration>>
|
|
Enumeration`,
|
|
textStyle: {
|
|
valign: 1,
|
|
italic: 1,
|
|
feed: 1,
|
|
vspace: 2,
|
|
}
|
|
}
|
|
|
|
}
|