express-rest-decorators - v1.0.0-rc.2
GitHub
npm
Preparing search index...
ControllerArgs
Interface ControllerArgs
interface
ControllerArgs
{
authorized
?:
string
[]
|
null
;
basePath
:
string
;
interceptors
?:
Function
[]
;
responseHandlers
:
ResponseHandlerArgs
[]
;
type
:
"json"
|
"default"
;
useAfter
?:
HookEntry
[]
;
useBefore
?:
HookEntry
[]
;
}
Index
Properties
authorized?
base
Path
interceptors?
response
Handlers
type
use
After?
use
Before?
Properties
Optional
authorized
authorized
?:
string
[]
|
null
base
Path
basePath
:
string
Optional
interceptors
interceptors
?:
Function
[]
response
Handlers
responseHandlers
:
ResponseHandlerArgs
[]
type
type
:
"json"
|
"default"
Optional
use
After
useAfter
?:
HookEntry
[]
Optional
use
Before
useBefore
?:
HookEntry
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
base
Path
interceptors
response
Handlers
type
use
After
use
Before
GitHub
npm
express-rest-decorators - v1.0.0-rc.2
Loading...