Initializes a new instance of the NodeLabel class.
Namespace: MindFusion.Diagramming
File: NodeLabel.js
SyntaxJavaScript
Copy Code
|
|---|
function NodeLabel (node, text) |
DiagramNode. The DiagramNode that displays the label.
String. The label's text.
See Also