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