Preparing search index...
The search index is not available
actionhero
actionhero
Input
Interface Input
interface
Input
{
default
?:
any
;
formatter
?:
Function
|
string
[]
|
Function
[]
;
required
?:
boolean
;
schema
?:
{
[
key
:
string
]
:
any
;
}
;
validator
?:
Function
|
string
[]
|
Function
[]
;
}
Index
Properties
default?
formatter?
required?
schema?
validator?
Properties
Optional
default
default
?:
any
Optional
formatter
formatter
?:
Function
|
string
[]
|
Function
[]
Optional
required
required
?:
boolean
Optional
schema
schema
?:
{
[
key
:
string
]
:
any
;
}
Optional
validator
validator
?:
Function
|
string
[]
|
Function
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
formatter
required
schema
validator
actionhero
Loading...