Search
Command Constructor
See Also
 






Initializes a new instance of the Command class.

Namespace: MindFusion.Charting.Commands
File: Command.js

 Syntax

JavaScript  Copy Code

function Command (manager)

 Parameters

manager

The UndoManager that contains this command.

 See Also