Skip to main content
A newer version of this page is available. .

ChangePageColorCommand.getState Method

Gets information about the command’s state.

Declaration

getState(): CommandState<string>

Returns

Type Description
CommandState<string>

An object that contains the command’s state.

Remarks

Usage example:

richEdit.commands.changePageColor.getState();
See Also