mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
21 lines
294 B
TypeScript
21 lines
294 B
TypeScript
export default {
|
|
'id': '304005',
|
|
'name': '组件实例',
|
|
'code': 'compins',
|
|
'desc': 'UML的组件实例',
|
|
'from': '305001',
|
|
|
|
'define': {
|
|
width: 140,
|
|
height: 80,
|
|
text: `Component
|
|
Instance`,
|
|
textStyle: {
|
|
feed: 1,
|
|
underline: 1,
|
|
align: 3
|
|
}
|
|
}
|
|
|
|
}
|