Preparing search index...
The search index is not available
React Router API Reference
React Router API Reference
react-router
NavigateFunction
Interface NavigateFunction
The interface for the navigate() function returned from useNavigate().
Navigate
Function
(
to
,
options
?
)
:
void
|
Promise
<
void
>
Parameters
to
:
To
Optional
options
:
NavigateOptions
Returns
void
|
Promise
<
void
>
Navigate
Function
(
delta
)
:
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 navigate() function returned from useNavigate().