IntegerConstraints
Defined in: core/field/types/Integer.ts:38
Internal
Integer-specific constraints
Extends
Section titled “Extends”BaseConstraints
Properties
Section titled “Properties”
optional
enum:string
[] |number
[]
Defined in: core/field/types/Integer.ts:63
Restrict values to a specified set Can be an array of integers or strings that parse to integers
exclusiveMaximum?
Section titled “exclusiveMaximum?”
optional
exclusiveMaximum:string
|number
Defined in: core/field/types/Integer.ts:57
Exclusive maximum allowed value
exclusiveMinimum?
Section titled “exclusiveMinimum?”
optional
exclusiveMinimum:string
|number
Defined in: core/field/types/Integer.ts:52
Exclusive minimum allowed value
maximum?
Section titled “maximum?”
optional
maximum:string
|number
Defined in: core/field/types/Integer.ts:47
Maximum allowed value
minimum?
Section titled “minimum?”
optional
minimum:string
|number
Defined in: core/field/types/Integer.ts:42
Minimum allowed value
required?
Section titled “required?”
optional
required:boolean
Defined in: core/field/types/Base.ts:52
Indicates if field is allowed to be null/empty
Inherited from
Section titled “Inherited from”BaseConstraints.required
unique?
Section titled “unique?”
optional
unique:boolean
Defined in: core/field/types/Base.ts:57
Indicates if values must be unique within the column
Inherited from
Section titled “Inherited from”BaseConstraints.unique