695
Views
0
Helpful
1
Replies
Getting node inside nodeSet

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Labels:
- Labels:
-
NeXt
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
