Stone.js API
    Preparing search index...

    Options for navigation.

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

    Hierarchy (View Summary)

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