React Router API Reference
Preparing search index...
react-router
unstable_RouterStateActiveVariant
Type Alias unstable_RouterStateActiveVariant
The shape of the
active
variant returned from
unstable_useRouterState
.
type
unstable_RouterStateActiveVariant
=
{
location
:
Location
;
matches
:
unstable_RouterStateMatch
[]
;
params
:
Params
;
searchParams
:
URLSearchParams
;
type
:
NavigationType
;
}
Index
Properties
location
matches
params
search
Params
type
Properties
location
location
:
Location
matches
matches
:
unstable_RouterStateMatch
[]
params
params
:
Params
search
Params
searchParams
:
URLSearchParams
type
type
:
NavigationType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
location
matches
params
search
Params
type
React Router API Reference
Loading...
The shape of the
activevariant returned from unstable_useRouterState.