CodeMirrorEditor.execCommand method
CodeMirrorEditor › execCommand
Unofficial
Execute a named editor command.Signature:
execCommand(command: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| command | string | The name of the command to execute. |
Returns: void