Interface EventOptions

Options that can be passed when creating an instance of Event.

Hierarchy

  • EventOptions

Properties

defaultErrorStrategy?: ErrorStrategy

The default error strategy to use. This allows for control over what happens when an asynchronous error happens during triggering of listeners or filtering.

defaultIterator?: EventIteratorOptions

The default options that are applied to iterators. Use this to setup default limits and overflow behavior for iterators of this event.

Generated using TypeDoc