03-06-2016 09:44 AM
Hello,
Is there a way to get nodes/nodeSets inside nodeSet using the getNode method without expanding the nodeSet? If you try to get node inside collapsed nodeSet, the getNode method returns undefined (GetNode - JSFiddle).
03-21-2016 01:25 PM
Sub node's instances will only be created when nodeSet expanded, and will destroyed when nodeSet is collapsed.
But you can use 'topo.graph().getVertex({id})' to get vertex (node's model)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community