Sanity Library Reference Docs
    Preparing search index...

    Interface NavigateOptionsWithState

    interface NavigateOptionsWithState {
        replace?: boolean;
        state?: RouterState;
        stickyParams?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

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