mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 10:08:43 +08:00
24 lines
320 B
TypeScript
24 lines
320 B
TypeScript
export default {
|
|
'id': '305002',
|
|
'name': '节点',
|
|
'code': 'node',
|
|
'desc': 'UML的组件节点',
|
|
'from': '100501',
|
|
|
|
'define': {
|
|
width: 200,
|
|
height: 160,
|
|
text: "节点",
|
|
textStyle: {
|
|
align: 1,
|
|
valign: 1
|
|
},
|
|
ext: {
|
|
sample: {
|
|
eqrat: false
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|