Gets the candidate origin node; reported to validation events.
Namespace: MindFusion.Diagramming
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get origin() {} |
DiagramNode
A DiagramNode instance.
RemarksWhen 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