Search
Diagram.nodes Property
See Also
 





Returns an array of all nodes in this diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get nodes() {}

 Property Value

Array

Array of DiagramNode objects.

 Remarks

You cannot add or remove nodes directly through this array, but must use the addItem and removeItem methods instead.

 See Also