ContentPageRequest | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias ContentPageRequest

    ContentPageRequest: PagePartRequest & Pick<
        CPageRequest,
        "buildWebPage"
        | "initializePlugins"
        | "applyToCurrentContext",
    >

    The ContentPageRequest is offered to page renderers (onRenderContent, generally depends on the file type)