Type Alias EventOptions

EventOptions: {
    debugFiring?: boolean;
    debugLifecycle?: boolean;
    lazy?: Lazy;
}

Type declaration

  • OptionaldebugFiring?: boolean

    If true, log messages are emitted when the source event fires

  • OptionaldebugLifecycle?: boolean

    If true, log messages are emitted when event handlers are added/removed

  • Optionallazy?: Lazy