mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
22 lines
309 B
TypeScript
22 lines
309 B
TypeScript
export default {
|
|
'id': '307005',
|
|
'name': '简单界面',
|
|
'code': 'ui',
|
|
'desc': 'UML的界面节点',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 110,
|
|
height: 70,
|
|
text: `<<interface>>
|
|
Interface`,
|
|
textStyle: {
|
|
valign: 1,
|
|
italic: 1,
|
|
feed: 1,
|
|
vspace: 2,
|
|
}
|
|
}
|
|
|
|
}
|