AboutSupportDeveloper GuideVersion 39.127.82.1

Type alias EventHandler<EmitterEvent, EventType>

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

Handler for an event on an EventEmitter.

Type Parameters

Type declaration

    • (payload, ...args): void
    • Parameters

      Returns void

Remarks

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