MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.getOrigin Method

See Also
 





Gets the origin of the DiagramLink.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getOrigin ()

 Return Value

The node that is the origin of the link.

 Remarks

The link's origin can be changed programmatically with the setOrigin method.

 See Also