Skip to main content

CommandState<T> Class

Defines the state of a command.

Declaration

declare class CommandState<T> extends SimpleCommandState

Type Parameters

Name Description
T

The type of state object.

Remarks

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

Inheritance

SimpleCommandState
CommandState<T>
See Also