Skip to content

CodeMirrorAdapterEx.off method

CodeMirrorAdapterEx › off

Unofficial

Remove an event listener.

Signature:

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

Parameters:

ParameterTypeDescription
eventstringThe event name.
listenerEventListenerOrEventListenerObjectThe event listener to remove.

Returns: void