Saxonberg Server API
    Preparing search index...

    Interface EventClassCtor<E>

    Constructor shape for class-based EventApi.fire / on overloads.

    interface EventClassCtor<E extends BusEvent<unknown>> {
        new EventClassCtor(...args: never[]): E;
        KIND: string;
    }

    Type Parameters

    Index

    Constructors

    Properties

    Constructors

    Properties

    KIND: string