How to create digram elements that following a certain hierarchy? #1518
Replies: 1 comment 1 reply
-
Hi @atejshee-tibco, the graphical model used in GLSP (GModel) is already a hierarchical model with a parent-child structure.
Typically you define the hierarchy by using
Please have a look at: https://eclipse.dev/glsp/documentation/rendering/#rendering |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a project where the diagram elements follow a certain hierarchy, i.e. one element will be a child element of some other element.
In the Node-JSON-Theia example:
Beta Was this translation helpful? Give feedback.
All reactions