Documentation
Preparing search index...
router/route
RouteWithGivenMethodArgument
Type Alias RouteWithGivenMethodArgument
type
RouteWithGivenMethodArgument
=
{
handler
:
Handler
;
middlewares
?:
Middleware
[]
;
name
:
string
;
path
:
string
;
pathOptions
?:
PathOptions
;
}
Index
Properties
handler
middlewares?
name
path
path
Options?
Properties
handler
handler
:
Handler
Optional
middlewares
middlewares
?:
Middleware
[]
name
name
:
string
path
path
:
string
Optional
path
Options
pathOptions
?:
PathOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
middlewares
name
path
path
Options
Documentation
Loading...