Can we create Customized Stencil with is made up of ui & li or divs elem #2316
Unanswered
patil197011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of Today if we look at Stencil code, it create graph instance at every group and renders those graph with required nodes.
Can we write custom Stencil Component which odes not depend on graph instances, but rather for example Ul & li or nested divs.
On DragDrop we will create a node based on the metadata on li element or div.
CustomStencil. Graph Space/Grid
li-node1 graph-node-1
li-node2
on DragDrop li-node1 is converted to graph-node-1.
Can we achieve this.
Beta Was this translation helpful? Give feedback.
All reactions