CodeMirrorEditor.off method
CodeMirrorEditor › off
Unofficial
Remove an event listener from the editor.Signature:
off(event: string, listener: EventListenerOrEventListenerObject): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | string | The event name. |
| listener | EventListenerOrEventListenerObject | The event listener to remove. |
Returns: void