Back to reference

EventListener

Event handler callback

declare type EventListener<T> = (event: Event<T>) => void | Promise<void>;
Last Updated: 4/12/2023, 3:24:55 PM