field_type

Field.field_type
Domain:

client

Language:

javascript

Class:

Field()

Description

Identifies the data type of the field object.

Use the field_type attribute to learn the type of the data the field contains. It is one of the following values:

  • “text”,

  • “integer”,

  • “float”,

  • “currency”,

  • “date”,

  • “datetime”,

  • “boolean”,

  • “blob”

See also

Related concepts