Open this page in the API Guide

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:

1
var newObject = new dundas.Command();