CommandWithBooleanStateBase.getState Method
In This Article
Gets information about the command’s state.
#Declaration
TypeScript
abstract getState(): CommandState<boolean>
#Returns
Type | Description |
---|---|
Command |
An object that contains the command’s state. |
See Also