mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 10:08:43 +08:00
25 lines
388 B
TypeScript
25 lines
388 B
TypeScript
export default {
|
|
'id': '307011',
|
|
'name': 'ddei.uml.constraint',
|
|
'code': 'constraint',
|
|
'desc': 'UML的类图约束节点',
|
|
'from': '104125',
|
|
|
|
'define': {
|
|
ext: {
|
|
composes: [
|
|
{},
|
|
{},
|
|
{
|
|
text: "Constraint",
|
|
textStyle: {
|
|
align: 3,
|
|
feed: 1,
|
|
scale: 1
|
|
}
|
|
},
|
|
]
|
|
}
|
|
}
|
|
}
|