Search
LinkEventArgs.destination Property
See Also
 






Gets the candidate destination node; reported to validation events.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

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

 Property Value

DiagramNode

A DiagramNode instance.

 Remarks

When handling linkCreating and linkModifying validation events, origin and destination values of LinkEventArgs are generally different from link's current origin and destination. If you do not cancel the operation, the former are assigned to the latter once the user stops drawing the link.

 See Also