Toolbox
my-extension/
└─ toolbox/
└─ toolbox.jsonTool Group
[
{
"label": "Tool Group 1",
"id": "tool-group-1",
"diagram-types": [ "UMLClassDiagram" ],
"items": [
{
"label": "Tool Item 1",
"id": "tool-item-1",
"icon": "icon-UMLClass",
"rubberband": "rect",
"command": "my:add-element",
"command-arg": {
"id": "UMLClass",
"stereotype": "my-stereotype"
}
},
...
]
},
...
]Tool Item
Command
Last updated