Interface: OnEventOptions
Defined in: packages/event-emitter/src/decorators/on-event.decorator.ts:9
Options for @OnEvent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
once? | boolean | When true, the handler is automatically unregistered after the first invocation. Default false | packages/event-emitter/src/decorators/on-event.decorator.ts:16 |