React Router API Reference
Preparing search index...
react-router
NavigateFunction
Interface NavigateFunction
The interface for the
navigate
function returned from
useNavigate
.
NavigateFunction
(
to
:
To
,
options
?:
NavigateOptions
)
:
void
|
Promise
<
void
>
Parameters
to
:
To
Optional
options
:
NavigateOptions
Returns
void
|
Promise
<
void
>
NavigateFunction
(
delta
:
number
)
:
void
|
Promise
<
void
>
Parameters
delta
:
number
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
React Router API Reference
Loading...
The interface for the
navigatefunction returned from useNavigate.