node_test
Preparing search index...
RouteDefinition
Interface RouteDefinition
RouteDefinition
Description
An interface for defining a route.
interface
RouteDefinition
{
action
:
string
;
contentType
?:
string
;
controller
?:
Controller
;
method
:
"get"
|
"post"
|
"put"
|
"patch"
|
"delete"
;
path
:
string
;
}
Index
Properties
action
content
Type?
controller?
method
path
Properties
action
action
:
string
Optional
content
Type
contentType
?:
string
Optional
controller
controller
?:
Controller
method
method
:
"get"
|
"post"
|
"put"
|
"patch"
|
"delete"
path
path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
content
Type
controller
method
path
node_test
Loading...
RouteDefinition
Description
An interface for defining a route.