als-unhooked
    Preparing search index...

    Interface AddEventListenerOptions

    interface AddEventListenerOptions {
        once?: boolean;
        passive?: boolean;
        signal?: AbortSignal;
        capture?: boolean;
    }

    Hierarchy

    • EventListenerOptions
      • AddEventListenerOptions
    Index

    Properties

    once?: boolean
    passive?: boolean
    signal?: AbortSignal
    capture?: boolean