Skip to content

Cm5Editor.execCommand method

Cm5Editor › execCommand

Unofficial

Executes a named command.

Signature:

execCommand(name: string): void

Parameters:

Parameter Type Description
name string The command name.

Returns: void