Replies: 1 comment 2 replies
-
Hi @gee4vee, before we continue this discussion could you please provide some more information about your GLSP integration?
In general, you have two approaches to solve the
Once we have more information about GLSP integration, we can outline a more detailed approach tailored to you application. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a diagram that consists of elements within other elements (stack parent and members). Each parent or member has inputs and outputs represented by ports. We have a +/- button for each parent/member to hide inputs and outputs past a certain threshold.
Here we see all expanded.
Here we see a certain number collapsed.
This is the CSS class we apply to the ports and edges to hide them.
So a couple of issues:
hidden-element
CSS class usingaddCssClass
to the associated edge component but it does not hide it. Only the ports get hidden. Should that CSS work for edges?A couple alternative approaches I am thinking of:
Beta Was this translation helpful? Give feedback.
All reactions