- 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).
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)
Comments
0 comments
Please sign in to leave a comment.