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