API Reference
Rockets Core API
nestjs-event
interfaces
EventListenOnOptionsInterface

Interface: EventListenOnOptionsInterface

Interfaces defining public options object for "listen on" style events.

Extends

  • Partial<Pick<OnOptions, "async" | "nextTick">>

Properties

PropertyTypeInherited from
async?booleanPartial.async
nextTick?booleanPartial.nextTick