Search
Selection.nodes Property
See Also
 





Returns an array of all nodes in this selection.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

get nodes() {}

 Property Value

DiagramNode

Array of DiagramNode objects.

 Remarks

Do not modify this array directly, but call Selection methods such as addItem and removeItem, which also update item's state variables and redraw the diagram.

 See Also