Back to reference

EventListener

Event handler callback

declare type EventListener<T> = (event: Event<T>) => void | Promise<void>;
Last Updated: 2/7/2023, 10:38:49 PM