Search
NodeLabel Constructor
See Also
 





Initializes a new instance of the NodeLabel class.

Namespace: MindFusion.Diagramming
File: NodeLabel.js

 Syntax

JavaScript  Copy Code

function NodeLabel (node, text)

 Parameters

node

DiagramNode. The DiagramNode that displays the label.

text

String. The label's text.

 See Also