Search
NodeListView.nodes Property
See Also
 





Gets the nodes contained in this NodeListView.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

get nodes() {}

 Property Value

Array

An array of DiagramNode objects to show in the list view.

 Remarks

You must call addNode to add nodes to the list view, instead of modifying this array directly.

 See Also