Search
ModifyNodeController Constructor
See Also
 





Initializes a new instance of the ModifyNodeController class.

Namespace: MindFusion.Diagramming
File: ModifyNodeController.js

 Syntax

JavaScript  Copy Code

function ModifyNodeController (node, adjustmentHandle)

 Parameters

node

DiagramNode. The node that will be modified by this controller.

adjustmentHandle

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

 See Also