tsoa-next
Preparing search index...
tsoa-next
Tsoa
ArrayParameter
Interface ArrayParameter
interface
ArrayParameter
{
$ref
?:
Swagger
.
BaseSchema
<
unknown
>
;
collectionFormat
?:
"csv"
|
"ssv"
|
"tsv"
|
"pipes"
|
"multi"
;
default
?:
unknown
;
deprecated
:
boolean
;
description
?:
string
;
example
?:
Tsoa
.
Example
[]
;
exampleLabels
?:
(
string
|
undefined
)
[]
;
in
:
|
"request"
|
"body"
|
"path"
|
"query"
|
"header"
|
"res"
|
"formData"
|
"queries"
|
"body-prop"
|
"request-prop"
;
name
:
string
;
parameterName
:
string
;
required
?:
boolean
;
title
?:
string
;
type
:
Tsoa
.
ArrayType
;
validators
:
Tsoa
.
Validators
;
}
Hierarchy (
View Summary
)
Tsoa
.
Parameter
ArrayParameter
Index
Properties
$ref?
collection
Format?
default?
deprecated
description?
example?
example
Labels?
in
name
parameter
Name
required?
title?
type
validators
Properties
Optional
$ref
$ref
?:
Swagger
.
BaseSchema
<
unknown
>
Optional
collection
Format
collectionFormat
?:
"csv"
|
"ssv"
|
"tsv"
|
"pipes"
|
"multi"
Optional
default
default
?:
unknown
deprecated
deprecated
:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
Tsoa
.
Example
[]
Optional
example
Labels
exampleLabels
?:
(
string
|
undefined
)
[]
in
in
:
|
"request"
|
"body"
|
"path"
|
"query"
|
"header"
|
"res"
|
"formData"
|
"queries"
|
"body-prop"
|
"request-prop"
name
name
:
string
parameter
Name
parameterName
:
string
Optional
required
required
?:
boolean
Optional
title
title
?:
string
type
type
:
Tsoa
.
ArrayType
validators
validators
:
Tsoa
.
Validators
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$ref
collection
Format
default
deprecated
description
example
example
Labels
in
name
parameter
Name
required
title
type
validators
tsoa-next
Loading...