Search
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 to set as destination for this link.

 Remarks

For internal use.

 See Also