Search


Search something to see results

AddEventListenerOptions

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

Hierarchy (View Summary)

Index

Properties

Properties

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