Preparing search index...
The search index is not available
React Router API Reference
React Router API Reference
react-router
UIMatch
Interface UIMatch<Data, Handle>
interface
UIMatch
<
Data
,
Handle
>
{
data
:
Data
;
handle
:
Handle
;
id
:
string
;
params
:
Params
<
string
>
;
pathname
:
string
;
}
Type Parameters
Data
=
unknown
Handle
=
unknown
Index
Properties
data
handle
id
params
pathname
Properties
data
data
:
Data
handle
handle
:
Handle
id
id
:
string
params
params
:
Params
<
string
>
pathname
pathname
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
handle
id
params
pathname
React Router API Reference
Loading...