Search
DiagramLink.origin Property
See Also
 






Gets or sets the origin node of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get origin() {}
set origin(value) {}

 Property Value

DiagramNode

A reference to the origin DiagramNode.

 Remarks

When 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