SearchLayerField
require(["esri/webscene/applicationProperties/SearchLayerField"], function(SearchLayerField) { /* code goes here */ });Class:
esri/webscene/applicationProperties/SearchLayerFieldInheritance: SearchLayerField Accessor
Since: ArcGIS API for JavaScript 4.7
Represents the field of a layer to use for search.
Constructors
- Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
| Name | Type | Summary | Class | |
|---|---|---|---|---|
| declaredClass | String | The name of the class. more details | more details | Accessor |
| exactMatch | Boolean | Whether or not the field is an exact match. more details | more details | SearchLayerField |
| name | String | The name of the field. more details | more details | SearchLayerField |
| type | String | The data type of the field. more details | more details | SearchLayerField |
Property Details
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className.
- exactMatchBoolean
Whether or not the field is an exact match.
- nameString
The name of the field.
- typeString
The data type of the field.
Possible Values: small-integer | integer | single | double | long | string | date | oid | geometry | blob | raster | guid | global-id | xml
Method Overview
| Name | Return Type | Summary | Class | |
|---|---|---|---|---|
| clone() | SearchLayerField | Creates a deep clone of this object. more details | more details | SearchLayerField |
Method Details
- clone(){SearchLayerField}
Creates a deep clone of this object.
Returns:Type Description SearchLayerField Creates a deep clone of the instance calling this method.
Loading...
API Reference search results
| Name | Type | Module |
|---|