mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
22 lines
313 B
TypeScript
22 lines
313 B
TypeScript
export default {
|
|
'id': '307008',
|
|
'name': '数据类型',
|
|
'code': 'datatype',
|
|
'desc': 'UML的数据类型',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 110,
|
|
height: 70,
|
|
text: `<<datatype>>
|
|
Datatype`,
|
|
textStyle: {
|
|
valign: 1,
|
|
italic: 1,
|
|
feed: 1,
|
|
vspace: 2,
|
|
}
|
|
}
|
|
|
|
}
|