express-rest-decorators - v1.0.0-rc.2
GitHub
npm
Preparing search index...
MethodArgs
Interface MethodArgs
interface
MethodArgs
{
authorized
?:
string
[]
|
null
;
input
?:
InputDeclaration
;
interceptors
?:
Function
[]
;
location
?:
{
template
:
string
}
;
paramTypes
?:
Function
[]
;
path
:
string
;
redirect
?:
{
status
?:
number
;
template
:
string
}
;
render
?:
{
template
:
string
}
;
responseHandlers
:
ResponseHandlerArgs
[]
;
returnType
?:
Function
;
useAfter
?:
HookEntry
[]
;
useBefore
?:
HookEntry
[]
;
verb
:
string
;
}
Index
Properties
authorized?
input?
interceptors?
location?
param
Types?
path
redirect?
render?
response
Handlers
return
Type?
use
After?
use
Before?
verb
Properties
Optional
authorized
authorized
?:
string
[]
|
null
Optional
input
input
?:
InputDeclaration
Optional
interceptors
interceptors
?:
Function
[]
Optional
location
location
?:
{
template
:
string
}
Location
shaper metadata
Optional
param
Types
paramTypes
?:
Function
[]
path
path
:
string
Optional
redirect
redirect
?:
{
status
?:
number
;
template
:
string
}
Redirect
shaper metadata
Optional
render
render
?:
{
template
:
string
}
Render
shaper metadata
response
Handlers
responseHandlers
:
ResponseHandlerArgs
[]
Optional
return
Type
returnType
?:
Function
Optional
use
After
useAfter
?:
HookEntry
[]
Optional
use
Before
useBefore
?:
HookEntry
[]
verb
verb
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
input
interceptors
location
param
Types
path
redirect
render
response
Handlers
return
Type
use
After
use
Before
verb
GitHub
npm
express-rest-decorators - v1.0.0-rc.2
Loading...
Location
shaper metadata