Stone.js API
    Preparing search index...

    Type Alias ComponentEventHandlerClass<IncomingEventType, OutgoingResponseType>

    ComponentEventHandlerClass: new (
        ...args: any[],
    ) => IComponentEventHandler<IncomingEventType, OutgoingResponseType>

    Represents a component event handler class.

    Type Parameters

    • IncomingEventType extends IIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.