Interface: ArrayType<T>¶
core.ArrayType
The type of a parameter or return value that is an array.
Type parameters¶
Name | Type |
---|---|
T |
extends Type |
Properties¶
allowEmpty¶
• Optional
allowEmpty: boolean
If true, this array will accept empty or unrecognized values as undefined
.
Defined in¶
items¶
• items: T
The type of the items in this array.
Defined in¶
type¶
• type: "array"
Identifies this type as an array.