Interface EventLikeConstructor<E>

interface EventLikeConstructor<E extends Event> {
    new EventLikeConstructor(type: string, options: EventInit): E;
}

Type Parameters

  • E extends Event

Constructors

Constructors

  • Parameters

    • type: string
    • options: EventInit

    Returns E