Skip to content

CodeMirrorEditor.execCommand method

CodeMirrorEditor › execCommand

Unofficial

Execute a named editor command.

Signature:

execCommand(command: string): void

Parameters:

Parameter Type Description
command string The name of the command to execute.

Returns: void