Skip to content

GeopointConstraints

Defined in: core/field/types/Geopoint.ts:24

Geopoint-specific constraints

  • BaseConstraints

optional enum: string[] | number[][] | Record<string, number>[]

Defined in: core/field/types/Geopoint.ts:29

Restrict values to a specified set of geopoints Format depends on the field’s format setting


optional required: boolean

Defined in: core/field/types/Base.ts:52

Indicates if field is allowed to be null/empty

BaseConstraints.required


optional unique: boolean

Defined in: core/field/types/Base.ts:57

Indicates if values must be unique within the column

BaseConstraints.unique