Returns an array of all nodes in this diagram.
Namespace: MindFusion.DiagrammingFile: Diagram.js
get nodes() {}
Array
Array of DiagramNode objects.
You cannot add or remove nodes directly through this array, but must use the addItem and removeItem methods instead.
Diagram MembersDiagram ClassMindFusion.Diagramming Namespace