AboutSupportDeveloper GuideVersion 38.126.82.64

Type alias EventHandler<EmitterEvent, EventType>

EventHandler<EmitterEvent, EventType>: ((payload, ...args) => void)

Handler for an event on an EventEmitter.

Type Parameters

Type declaration

Remarks

Selects the correct type for the event payload from the provided union based on the provided string literal type.