ChangeTableStyleCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<TableStyle>
Returns
Type | Description |
---|---|
CommandState<TableStyle> | An object that contains the command’s state. |
Remarks
Usage example:
richEdit.commands.changeTableStyle.getState();
See Also