Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldProperties

Hierarchy

  • FieldProperties

Index

Properties

Optional alias

alias: string

The display name for the field.

Read more...

Optional defaultValue

defaultValue: any

The default value set for the field.

Read more...

Optional description

description: string

Contains information describing the purpose of each field.

Read more...

Optional domain

The domain associated with the field.

Read more...

Optional editable

editable: boolean

Indicates whether the field is editable.

Read more...

Optional length

length: number

The field length.

Read more...

Optional name

name: string

The name of the field.

Read more...

Optional nullable

nullable: boolean

Indicates if the field can accept null values.

Read more...

Optional type

type: "string" | "date" | "single" | "small-integer" | "integer" | "double" | "long" | "oid" | "geometry" | "blob" | "raster" | "guid" | "global-id" | "xml"

The data type of the field.

Read more...

Optional valueType

valueType: "none" | "binary" | "coordinate" | "count-or-amount" | "date-and-time" | "description" | "location-or-place-name" | "measurement" | "name-or-title" | "ordered-or-ranked" | "percentage-or-ratio" | "type-or-category" | "unique-identifier"

The types of values that can be assigned to a field.

Read more...

Generated using TypeDoc