Skip to content

CodeMirrorEditor.off method

CodeMirrorEditor › off

Unofficial

Remove an event listener from the editor.

Signature:

off(event: string, listener: EventListenerOrEventListenerObject): void

Parameters:

ParameterTypeDescription
eventstringThe event name.
listenerEventListenerOrEventListenerObjectThe event listener to remove.

Returns: void