Stone.js API
    Preparing search index...

    Options for generating routes.

    interface GenerateOptions {
        hash?: string;
        name: string;
        params?: Record<string, string | number | boolean>;
        protocol?: string;
        query?: Record<string, string | number | boolean>;
        withDomain?: boolean;
    }

    Hierarchy (View Summary)

    Index
    hash?: string
    name: string
    params?: Record<string, string | number | boolean>
    protocol?: string
    query?: Record<string, string | number | boolean>
    withDomain?: boolean