Interface EventListenerOptions

    interface EventListenerOptions {
        capture?: boolean;
    }
    Hierarchy

    Properties

    Properties

    capture?: boolean