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