Search
CompositeNode.getComponent Method
See Also
 





Returns the component created for the template element with specified name.

Namespace: MindFusion.Diagramming
Package: CompositeNode.js

 Syntax

JavaScript  Copy Code

function getComponent (name)

 Parameters

name

String. A string specifying the value of the name attribute in node's template.

 Return Value

Component. The component created for specified element in the template.

 See Also