Search
DiagramLink.setDestination Method
See Also
 





Sets the destination node of this link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setDestination (destination)

 Parameters

destination
The DiagramNode to set as destination for this link.

 Remarks

For internal use.

 See Also