domain: client
language: javascript
class Field class
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”