mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
22 lines
315 B
TypeScript
22 lines
315 B
TypeScript
export default {
|
|
'id': '307010',
|
|
'name': 'ddei.uml.original',
|
|
'code': 'primitive',
|
|
'desc': 'UML的原始',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 110,
|
|
height: 70,
|
|
text: `<<primitive>>
|
|
Primitive`,
|
|
textStyle: {
|
|
valign: 1,
|
|
italic: 1,
|
|
feed: 1,
|
|
vspace: 2,
|
|
}
|
|
}
|
|
|
|
}
|