Variable Event

    Event: {
        AT_TARGET: 2;
        BUBBLING_PHASE: 3;
        CAPTURING_PHASE: 1;
        NONE: 0;
        prototype: Event;
        new (type: string, eventInitDict?: EventInit): Event;
    }

    Type declaration

    • ReadonlyAT_TARGET: 2
    • ReadonlyBUBBLING_PHASE: 3
    • ReadonlyCAPTURING_PHASE: 1
    • ReadonlyNONE: 0
    • prototype: Event