MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.setDestination Method

See Also
 





Sets the destination node of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setDestination (destination)

 Parameters

destination
The DiagramNode that will be destination for the link.

 Remarks

The link's destination can be changed programmatically with this property.

 See Also