Class: FieldTypeObject

FieldTypeObject()

new FieldTypeObject()

Get the default fieldtypeobject everytime
Example
{
       dataType : "KLO_TYPE_STRING",
       hidden : false,
       options : [],
       readOnly : false,
       required : false,
       forceMatch : true,
       name: null,
       displayName : null,
       label : null,
       min : null,
       max : null,
       defaultValue : null,
       customTag : null
   }