element-vir - v27.0.2
    Preparing search index...

    Type Alias EventDefinition<EventGeneric>

    EventDefinition: EventClass<EventGeneric> & Readonly<
        { type: EventGeneric["type"] },
    >

    An event constructor with a static event type.

    Type Parameters

    • EventGeneric extends Event = Event