Search
CreateLinkController Constructor
See Also
 






Initializes a new instance of the CreateLinkController class.

Namespace: MindFusion.Diagramming
File: CreateLinkController.js

 Syntax

JavaScript  Copy Code

function CreateLinkController (diagram, link)

 Parameters

diagram

Diagram. The parent diagram of the new link.

link

DiagramLink. The link that will be drawn by this controller.

 See Also