Search
CompositeNode Constructor
See Also
 





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

Namespace: MindFusion.Diagramming
File: CompositeNode.js

 Syntax

JavaScript  Copy Code

function CompositeNode ([parent])

 Parameters

parent
Optional.

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

 See Also