Type alias GenericEventHandler<EventMap>

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

Event handler function for a specific event type.

Type Parameters