Skip to content

DOMEventHandlers__<This>

Unofficial

Event handlers are specified with objects like this. For event types known by TypeScript, this will infer the event argument type to hold the appropriate event object type.

Import:

import type { DOMEventHandlers__ } from '@codemirror/view';

Signature:

export interface DOMEventHandlers__<This>