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

Type declaration

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

      • type: string
      • Optional eventInitDict: EventInit

      Returns Event

  • Readonly AT_TARGET: 2
  • Readonly BUBBLING_PHASE: 3
  • Readonly CAPTURING_PHASE: 1
  • Readonly NONE: 0
  • prototype: Event

Generated using TypeDoc