Preparing search index...
The search index is not available
tsoa
tsoa
@tsoa/runtime
Tsoa
ArrayParameter
Interface ArrayParameter
interface
ArrayParameter
{
collectionFormat
?:
"csv"
|
"ssv"
|
"tsv"
|
"pipes"
|
"multi"
;
default
?:
unknown
;
deprecated
:
boolean
;
description
?:
string
;
example
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
;
exampleLabels
?:
(
undefined
|
string
)
[]
;
in
:
"query"
|
"header"
|
"path"
|
"formData"
|
"body"
|
"request"
|
"res"
|
"queries"
|
"body-prop"
|
"request-prop"
;
name
:
string
;
parameterName
:
string
;
required
?:
boolean
;
type
:
Tsoa
.
ArrayType
;
validators
:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
;
}
Hierarchy (
view full
)
Tsoa
.
Parameter
ArrayParameter
Index
Properties
collection
Format?
default?
deprecated
description?
example?
example
Labels?
in
name
parameter
Name
required?
type
validators
Properties
Optional
collection
Format
collection
Format
?:
"csv"
|
"ssv"
|
"tsv"
|
"pipes"
|
"multi"
Optional
default
default
?:
unknown
deprecated
deprecated
:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
Type declaration
[
exampleName
:
string
]:
Swagger
.
Example3
Optional
example
Labels
example
Labels
?:
(
undefined
|
string
)
[]
in
in
:
"query"
|
"header"
|
"path"
|
"formData"
|
"body"
|
"request"
|
"res"
|
"queries"
|
"body-prop"
|
"request-prop"
name
name
:
string
parameter
Name
parameter
Name
:
string
Optional
required
required
?:
boolean
type
type
:
Tsoa
.
ArrayType
validators
validators
:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
collection
Format
default
deprecated
description
example
example
Labels
in
name
parameter
Name
required
type
validators
tsoa
Loading...
Generated using
TypeDoc