Skip to content

Cm5Editor.off method

Cm5Editor › off

Unofficial

Removes an event listener.

Signature:

off(eventName: string, handler: (...args: unknown[]) => void): void

Parameters:

ParameterTypeDescription
eventNamestringThe event name.
handler(...args: unknown[]) => voidThe handler to remove.

Returns: void