ContextCreatedListenerOptions

Type alias ContextCreatedListenerOptions

ContextCreatedListenerOptions: {
    once?: boolean;
}

An object that specifies characteristics about the event listener

Type declaration

  • Optional once?: boolean

    If true, the listener would be automatically removed when invoked.

    Default

    false