interface NavigateOptions {
    preventScrollReset?: boolean;
    relative?: RelativeRoutingType;
    replace?: boolean;
    state?: any;
    unstable_flushSync?: boolean;
    unstable_viewTransition?: boolean;
}

Properties

preventScrollReset?: boolean
replace?: boolean
state?: any
unstable_flushSync?: boolean
unstable_viewTransition?: boolean