Search
DiagramLink.destination Property
See Also
 






Gets or sets the destination node of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get destination() {}
set destination(value) {}

 Property Value

DiagramNode

A reference to the destination DiagramNode.

 Remarks

When handling validation events, this property keeps pointing to the original destination node. Use the destination property of LinkEventArgs to determine which node the link will connect to if operation is approved.

 See Also