Documentation
Preparing search index...
router/group
GroupArgument
Type Alias GroupArgument
type
GroupArgument
=
{
children
:
(
Group
|
Route
)
[]
;
middlewares
?:
Middleware
[]
;
path
:
string
;
pathOptions
?:
PathOptions
;
}
Index
Properties
children
middlewares?
path
path
Options?
Properties
children
children
:
(
Group
|
Route
)
[]
Optional
middlewares
middlewares
?:
Middleware
[]
path
path
:
string
Optional
path
Options
pathOptions
?:
PathOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
middlewares
path
path
Options
Documentation
Loading...