schema-components - v3.7.0
GitHub
npm
Storybook
Preparing search index...
core/types
ArrayConstraints
Interface ArrayConstraints
Constraints that apply to array schemas.
interface
ArrayConstraints
{
minItems
?:
number
;
maxItems
?:
number
;
uniqueItems
?:
boolean
;
minContains
?:
number
;
maxContains
?:
number
;
}
Index
Properties
min
Items?
max
Items?
unique
Items?
min
Contains?
max
Contains?
Properties
Optional
min
Items
minItems
?:
number
Optional
max
Items
maxItems
?:
number
Optional
unique
Items
uniqueItems
?:
boolean
Optional
min
Contains
minContains
?:
number
Optional
max
Contains
maxContains
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
min
Items
max
Items
unique
Items
min
Contains
max
Contains
GitHub
npm
Storybook
schema-components - v3.7.0
Loading...
Constraints that apply to array schemas.