Search
CreateNodeController Constructor
See Also
 






Initializes a new instance of the CreateNodeController class.

Namespace: MindFusion.Diagramming
File: CreateNodeController.js

 Syntax

JavaScript  Copy Code

function CreateNodeController (diagram, node)

 Parameters

diagram

Diagram. The parent diagram of the new node.

node

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

 See Also