Stone.js API
    Preparing search index...

    Type Alias LazyComponentEventHandler<IncomingEventType, OutgoingResponseType>

    LazyComponentEventHandler: () => Promise<
        ComponentEventHandlerType<IncomingEventType, OutgoingResponseType>,
    >

    Represents a lazy component event handler.

    Type Parameters

    • IncomingEventType extends IIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.