Stone.js API
    Preparing search index...

    Options for configuring the Page decorator. Extends PageRouteDefinition but excludes the methods property, as it is predefined as 'GET' by the decorator.

    interface PageOptions {
        headers?: HeadersType;
        layout?: string;
        [key: string]: unknown;
        [key: number]: unknown;
    }

    Hierarchy

    • DecoratorPageRouteDefinition
      • PageOptions

    Indexable

    • [key: string]: unknown
    • [key: number]: unknown
    Index
    headers?: HeadersType
    layout?: string