Event: {
    AT_TARGET: number;
    BUBBLING_PHASE: number;
    CAPTURING_PHASE: number;
    NONE: number;
    prototype: Event;
    new (type, eventInitDict?): Event;
}

Type declaration

    • new (type, eventInitDict?): Event
    • Parameters

      • type: string
      • Optional eventInitDict: EventInit

      Returns Event

  • Readonly AT_TARGET: number
  • Readonly BUBBLING_PHASE: number
  • Readonly CAPTURING_PHASE: number
  • Readonly NONE: number
  • prototype: Event