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