interface EventListenerOptions {
    capture?: boolean;
}

Hierarchy (view full)

Properties

Properties

capture?: boolean

Generated using TypeDoc