Preparing search index...
The search index is not available
@xarc/react-router
@xarc/react-router
browser
ReactRouterDom
NavigateFunction
Interface NavigateFunction
The interface for the navigate() function returned from useNavigate().
interface
NavigateFunction
{
(
to
,
options
?
)
:
void
;
(
delta
)
:
void
;
}
Navigate
Function
(
to
,
options
?
)
:
void
Parameters
to
:
To
Optional
options
:
NavigateOptions
Returns
void
Navigate
Function
(
delta
)
:
void
Parameters
delta
:
number
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react-router
Loading...
The interface for the navigate() function returned from useNavigate().