Interface
Properties
| Property | Type | Notes |
|---|---|---|
defaultValue | string | number | The default value that is automatically given if nothing is provided. |
fieldName | string | A string value representing the name of the field to query. |
parameterId | any | Number given to uniquely identify the specified parameter. |
type | "esriFieldTypeBlob" | "esriFieldTypeDate" | "esriFieldTypeDouble" | "esriFieldTypeGeometry" | "esriFieldTypeGlobalID" | "esriFieldTypeGUID" | "esriFieldTypeInteger" | "esriFieldTypeOID" | "esriFieldTypeRaster" | "esriFieldTypeSingle" | "esriFieldTypeSmallInteger" | "esriFieldTypeString" | "esriFieldTypeXML" | The field type for the specified field parameter. |
utcValue | number | An integer value representing exact UNIX time used when defaultValue is a date string. |
defaultValue
optional
Interface PropertydefaultValue: string | numberThe default value that is automatically given if nothing is provided.
fieldName
optional
Interface PropertyfieldName: stringA string value representing the name of the field to query.
parameterId
optional
Interface PropertyparameterId: anyNumber given to uniquely identify the specified parameter.
type
optional
Interface Propertytype: "esriFieldTypeBlob" | "esriFieldTypeDate" | "esriFieldTypeDouble" | "esriFieldTypeGeometry" | "esriFieldTypeGlobalID" | "esriFieldTypeGUID" | "esriFieldTypeInteger" | "esriFieldTypeOID" | "esriFieldTypeRaster" | "esriFieldTypeSingle" | "esriFieldTypeSmallInteger" | "esriFieldTypeString" | "esriFieldTypeXML"The field type for the specified field parameter.