ddei-editor/plugins/uml/controls/control/deploy/uml-dep-overview-ins.ts
2024-04-22 18:28:44 +08:00

18 lines
263 B
TypeScript

export default {
'id': '304014',
'name': '部署概述实例',
'code': 'ovins',
'desc': 'UML的部署概述实例',
'from': '100002',
'define': {
text: `<<deployment spec>>
Deployment
Specification A`,
textStyle: {
feed: 1
}
}
}