Skip to content

Type Alias: EventParams<Map, Ev>

ts
type EventParams<Map, Ev> = Parameters<Map[Ev]>;

The tuple type representing the parameters of an event listener

Type Parameters

Type Parameter
Map extends EventsMap
Ev extends EventNames<Map>