Search
ContainerNode Constructor
See Also
 





Initializes a new instance of the ContainerNode class with default values supplied from the specified Diagram.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function ContainerNode ([parent])

 Parameters

parent
Optional.

Diagram. The Diagram from which to obtain default values for the node properties.

 See Also