Search
ModifyLinkController Constructor
See Also
 





Initializes a new instance of the ModifyLinkController class.

Namespace: MindFusion.Diagramming
File: ModifyLinkController.js

 Syntax

JavaScript  Copy Code

function ModifyLinkController (link, adjustmentHandle)

 Parameters

link

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

adjustmentHandle

Object. An object representing the adjustment handle used to modify the link.

 See Also