MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getMasterNode Method

See Also
 





Returns the node to which this node is attached.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getMasterNode ()

 Return Value

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

 See Also