Stone.js API
    Preparing search index...

    Type Alias LazyComponentEventHandlerClass<IncomingEventType, OutgoingResponseType>

    LazyComponentEventHandlerClass: () => Promise<
        ComponentEventHandlerClass<IncomingEventType, OutgoingResponseType>,
    >

    Represents a lazy component event handler class.

    Type Parameters

    • IncomingEventType extends IIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.