Sanity Library Reference Docs
    Preparing search index...

    Interface NavigateOptions

    interface NavigateOptions {
        replace?: boolean;
        stickyParams?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    replace?: boolean
    stickyParams?: Record<string, string>