Search
LinkEventArgs.origin Property
See Also
 






Gets the candidate origin node; reported to validation events.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get origin() {}
set origin(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