Class: FieldObject

FieldObject()

new FieldObject()

Get the default fieldobject everytime
Example
{
   fieldType : {
       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
   },
   valid : 1,
   tag : null,
   errorDescription : null,
   value : null
}