ASP.NET Pack Programmer's Guide
DiagramLink Constructor
See Also
 





Initializes a new instance of the DiagramLink class between the specified nodes using the specified diagram link as a prototype.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function DiagramLink ([parent, [origin, [destination]]])

 Parameters

parent
Optional. The Diagram from which to obtain default values for the link properties.
origin
Optional.

The origin node of the new link.

destination
Optional.

The destination node of the new link.

 See Also

DiagramLink Class
MindFusion.Diagramming Namespace