Multi layer with names #2778
Answered
by
kumilingus
Naveena1321
asked this question in
Q&A
-
IntroductionDo we have anything in jointjs supporting creation of multiple layers one have larger zindex than other so that on clicking send to back only moving that layer back Steps to reproduceNo response Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS, JointJS+ |
Beta Was this translation helpful? Give feedback.
Answered by
kumilingus
Oct 28, 2024
Replies: 1 comment
-
This needs to be implemented at the logical level. Currently, stacking order is managed only by the Adding the API to manage layers and to specify a layer for each cell is on our roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Naveena1321
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This needs to be implemented at the logical level.
Currently, stacking order is managed only by the
z
attribute, and all cells are added to a single layer,dia.Paper.Layers.CELLS
.Adding the API to manage layers and to specify a layer for each cell is on our roadmap.