Search
ContainerPage.nodes Property
See Also
 





Gets the nodes on this page.

Namespace: MindFusion.Diagramming
Assembly: ContainerPage.js

 Syntax

JavaScript  Copy Code

get nodes() {}
set nodes(value) {}

 Property Value

Array

An array of DiagramNode objects.

 Remarks

PagedContainerNode automatically adds child nodes to this list when users drag them into currentPage.

 See Also