Command Constructor

Constructs a command.
 

Parameters

options

A plain object with properties defining the desired property values for this command.
Optional: True

Examples

The following example initializes a new instance of a Command object:

var newObject = new dundas.Command();