Search
ContainerNode.children Property
See Also
 





Gets the child nodes of this container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get children() {}

 Property Value

Array

An array containing the child nodes of this container.

 See Also