Type Alias GenericEventHandler<EventMap>

GenericEventHandler:
    | _Handler<EventMap[keyof EventMap]>
    | _WildcardHandler<EventMap>

Event handler function for a specific event type.

Type Parameters