ContextRemovedListenerOptions

Interface ContextRemovedListenerOptions

An object that specifies characteristics about the event listener

interface ContextRemovedListenerOptions {
    once?: boolean;
}

Properties

Properties

once?: boolean

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

false