Initializes a new instance of the DiagramLink class between the specified nodes using the specified diagram link as a prototype.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
JavaScript Copy Code |
---|
function DiagramLink ([parent, [origin, [destination]]]) |
Diagram. The Diagram from which to obtain default values for the link properties.
DiagramNode | Point. The origin node of the new link.
DiagramNode | Point. The destination node of the new link.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |