@substrate-system/routes
Preparing search index...
RouteMatch
Interface RouteMatch
interface
RouteMatch
{
action
?:
(
...
any
:
any
[]
)
=>
any
;
index
?:
number
;
next
?:
(
(
...
any
:
any
[]
)
=>
any
)
|
null
;
params
:
Record
<
string
,
string
>
;
route
:
string
;
splats
:
string
[]
;
}
Index
Properties
action?
index?
next?
params
route
splats
Properties
Optional
action
action
?:
(
...
any
:
any
[]
)
=>
any
Optional
index
index
?:
number
Optional
next
next
?:
(
(
...
any
:
any
[]
)
=>
any
)
|
null
params
params
:
Record
<
string
,
string
>
route
route
:
string
splats
splats
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
index
next
params
route
splats
@substrate-system/routes
Loading...