Preparing search index...
The search index is not available
router-segments
router-segments
RouteMatch
Interface RouteMatch<Locales, RouteRef>
interface
RouteMatch
<
Locales
,
RouteRef
>
{
namedParams
:
undefined
|
Map
<
string
,
string
>
;
otherParams
:
undefined
|
string
[]
;
path
:
string
;
ref
:
RouteRef
;
route
:
Route
<
any
,
Locales
,
RouteRef
>
;
routePath
:
RoutePathInterface
|
EndRoutePath
;
}
Type Parameters
Locales
extends
LocaleType
|
never
RouteRef
Index
Properties
named
Params
other
Params
path
ref
route
route
Path
Properties
named
Params
named
Params
:
undefined
|
Map
<
string
,
string
>
other
Params
other
Params
:
undefined
|
string
[]
path
path
:
string
ref
ref
:
RouteRef
route
route
:
Route
<
any
,
Locales
,
RouteRef
>
route
Path
route
Path
:
RoutePathInterface
|
EndRoutePath
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
named
Params
other
Params
path
ref
route
route
Path
router-segments
Loading...