schema-components - v3.7.0
GitHub
npm
Storybook
Preparing search index...
core/types
ObjectConstraints
Interface ObjectConstraints
Constraints that apply to object schemas.
interface
ObjectConstraints
{
minProperties
?:
number
;
maxProperties
?:
number
;
}
Index
Properties
min
Properties?
max
Properties?
Properties
Optional
min
Properties
minProperties
?:
number
Optional
max
Properties
maxProperties
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
min
Properties
max
Properties
GitHub
npm
Storybook
schema-components - v3.7.0
Loading...
Constraints that apply to object schemas.