This FieldType contains float-values.
| name | data type | constraints | description |
|---|---|---|---|
| precision | number | required int | Returns the precision of the values contained in this field. |
Properties inherited from FieldType |
|||
| typeName | FieldTypeEnum | Returns the name of this FieldType. | |
Example
{
"precision" : 12345,
"typeName" : "ENUM"
}