Returns the array of all nodes in this diagram.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function getNodes () |
Array of all DiagramNode instances in the diagram.
You cannot add or remove nodes directly through this array, but must use the addItem and removeItem methods instead.