ddei-editor/plugins/uml/controls/control/case/uml-case-interface.ts
2024-04-22 18:28:44 +08:00

23 lines
332 B
TypeScript

export default {
'id': '302014',
'name': '接口',
'code': 'inte',
'desc': '接口',
'from': '100401',
'define': {
type: 1,
sp: {
type: 2,
weight: 20
},
ep: {
type: -1
},
pvs: [
{ x: -75, y: 0, z: 1 },
{ x: 0, y: 0, z: 1 },
{ x: 75, y: 0, z: 1 },
],
}
}