Gets or sets the destination node of this link.
Namespace: MindFusion.Diagramming
Package: 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.
NetDiagram Programmer's Guide | © 2023 MindFusion |