Search
Command Constructor
See Also
 






Initializes a new instance of the Command class.

Namespace: MindFusion.Diagramming
File: Command.js

 Syntax

JavaScript  Copy Code

function Command (diagram)

 Parameters

diagram

The Diagram modified by this command.

 See Also