Stone.js API
    Preparing search index...

    Type Alias PageClass<IncomingEventType, OutgoingResponseType>

    PageClass: new (
        ...args: any[],
    ) => IPage<IncomingEventType, OutgoingResponseType>

    Represents a page class.

    Type Parameters

    • IncomingEventType extends ReactIncomingEvent

      The type representing the incoming event.

    • OutgoingResponseType = unknown

      The type representing the outgoing response.