Gets or sets the origin node of this link.
Namespace: MindFusion.Diagramming
Package: DiagramLink.js
JavaScript Copy Code |
---|
get origin() {} |
DiagramNode
A reference to the origin DiagramNode.
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.
NetDiagram Programmer's Guide | © 2023 MindFusion |