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