Options
All
  • Public
  • Public/Protected
  • All
Menu

Array property definition.

Type parameters

  • T: any[]

Hierarchy

Index

Properties

Optional allowNull

allowNull: boolean

Whether this property is allowed to be null

Optional isOptional

isOptional: boolean

Whether this property is optional

itemDef

Definition of each item of this array. All items of the given array must have the same type. Otherwise, use CustomizeDefinition instead.

Optional maxLength

maxLength: number

An optional maximum length of this array. When specified, the given array must have at most this value of items

Optional minLength

minLength: number

An optional minimum length of this array. When specified, the given array must have at least this value of items

type

type: Array | Array

Type of this property

Generated using TypeDoc