mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
22 lines
295 B
TypeScript
22 lines
295 B
TypeScript
export default {
|
|
'id': '307009',
|
|
'name': '信号',
|
|
'code': 'signal',
|
|
'desc': 'UML的信号',
|
|
'from': '100002',
|
|
|
|
'define': {
|
|
width: 110,
|
|
height: 70,
|
|
text: `<<signal>>
|
|
Signal`,
|
|
textStyle: {
|
|
valign: 1,
|
|
italic: 1,
|
|
feed: 1,
|
|
vspace: 2,
|
|
}
|
|
}
|
|
|
|
}
|