Definition of an entity field.

Hierarchy

  • EntityFieldDefinition

Properties

description?: string

A description of the field definition

field_name: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

field_type: "STRING"

The data type of the field defined by this definition

field_validation_rules?: FieldDefinitionValidationRule[]

An array of field validation rules.

is_active?: boolean

Set to false if field definition should be deactivated, and send a separate declare command without the field after the field definition is deactivated to completely delete it.

sort_index?: number

The order in which this field should be displayed in relation to other fields of the same entity

title?: string

The title of the field definition

The type of user interface element that should be used to display this field

Generated using TypeDoc