Skip to content

Interface: EventCallbacks

The augmentable interface which describes the possible events and the shape of the event callbacks.

Properties

PropertyType
test-event(arg: string) => void

Events

EventTypeDescription
[captureRejectionSymbol](err: Error, event: EventName, ...args: any[]) => EventCallbackResultThe event which is emitted when a promise rejection occurs without being handled within an event callback.