Search
DiagramNode.masterNode Property
See Also
 





Returns the node to which this node is attached.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get masterNode() {}

 Property Value

DiagramNode

A DiagramNode reference specifying the node to whichthis node has been previously attached via the attach or attachTo method.

 See Also