Search
PagedContainerNode.pages Property
See Also
 





Gets the pages of this container.

Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js

 Syntax

JavaScript  Copy Code

get pages() {}

 Property Value

Array

An array of ContainerPage objects.

 Remarks

Call addPage and removePage methods to modify this collection.

 See Also