How to render the details of a node upon zooming in? #1522
Answered
by
tortmayr
atejshee-tibco
asked this question in
Q&A
-
I want to create a project using Node-JSON-Theia with the following feature:
Something similar to the pictures shown ahead: Is it currently possible to do this action in the GLSP? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
tortmayr
May 29, 2025
Replies: 1 comment 4 replies
-
Hi @planger, any suggestions on this topic would be of great help. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @atejshee-tibco,
sorry for the late response. The past few days have been quite busy.
Here is the link to the PoC for the tasklist example:
https://github.com/eclipse-glsp/glsp-examples/tree/semantic-zoom-demo
In a nutshell, this extends the tasklist example with a compartment for details that is only visible in a certain zoom state.
In addition, the label size is adopted via css based on the zoom level.
Here is a short demo:
semantic-zoom.mp4
To break it down: