Gets the nodes on this page.
Namespace: MindFusion.Diagramming
Assembly: ContainerPage.js
SyntaxJavaScript
Copy Code
|
|---|
get nodes() {} |
Array
An array of DiagramNode objects.
RemarksPagedContainerNode automatically adds child nodes to this list when users drag them into currentPage.
See Also