MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.getDestination Method

See Also
 





Gets the destination node of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getDestination ()

 Return Value

The node that is destination for the link.

 Remarks

This method gets you the link's destination. ts of the two nodes.

 See Also