DurationConstraints
Defined in: core/field/types/Duration.ts:16
Duration-specific constraints
Extends
Section titled “Extends”BaseConstraints
Properties
Section titled “Properties”
optional
enum:string
[]
Defined in: core/field/types/Duration.ts:31
Restrict values to a specified set of durations Should be in ISO 8601 duration format
maximum?
Section titled “maximum?”
optional
maximum:string
Defined in: core/field/types/Duration.ts:25
Maximum allowed duration (ISO 8601 format)
minimum?
Section titled “minimum?”
optional
minimum:string
Defined in: core/field/types/Duration.ts:20
Minimum allowed duration (ISO 8601 format)
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