CommandState<T> Class
In This Article
Defines the state of a command.
#Declaration
TypeScript
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