Type alias EventOfType<E>

EventOfType<E>: Expand<Extract<Event, Event & EventFor<E>>>

Represents the event data object given one particular event type, for example EventOfType<"accept">.

Typeparam

E The specific event type.

Type Parameters

Generated using TypeDoc