React Router class tools
Preparing search index...
match
Interface match<Params>
interface
match
<
Params
extends
Partial
<
Record
<
keyof
Params
,
string
>
>
=
{}
>
{
params
:
Params
;
path
:
string
;
url
:
string
;
}
Type Parameters
Params
extends
Partial
<
Record
<
keyof
Params
,
string
>
>
=
{}
Index
Properties
params
path
url
Properties
params
params
:
Params
path
path
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
params
path
url
React Router class tools
Loading...