Options that can be passed to the register function.

interface RegisterOptions {
    bindWhenDisabled?: boolean;
    priority?: number;
}

Properties

bindWhenDisabled?: boolean

If true, the handler function will be bound to the underlying Event or Observable even if this entity is disabled.

priority?: number

The priority of the handler function.