Gets or sets the origin node of this link.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
SyntaxJavaScript
Copy Code
|
|---|
get origin() {} |
DiagramNode
A reference to the origin DiagramNode.
RemarksWhen handling validation events, this property keeps pointing to the original origin node. Use the origin property of LinkEventArgs to determine which node the link will connect to if operation is approved.
See Also