Gets or sets the destination node of this link.
Namespace: MindFusion.Diagramming
Assembly: DiagramLink.js
JavaScript Copy Code |
---|
get destination() {} |
DiagramNode
A reference to the destination DiagramNode.
When handling validation events, this property keeps pointing to the original destination node. Use the destination property of LinkEventArgs to determine which node the link will connect to if operation is approved.
MvcDiagram Programmer's Guide | © 2024 MindFusion |