Skip to main content
A newer version of this page is available. .

CommandState<T> Class

Defines the state of a command.

Declaration

declare class CommandState<T> extends SimpleCommandState

Type Parameters

Name
T

Remarks

An instance of this object can be accessed using a client command object’s getState method.

Inheritance

SimpleCommandState
CommandState<T>
See Also