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
- new SearchLayerField(properties)
- 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 | |
|---|---|---|---|---|
| String | The name of the class. more details | more details | Accessor | |
| Boolean | Whether or not the field is an exact match. more details | more details | SearchLayerField | |
| String | The name of the field. more details | more details | SearchLayerField | |
| 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 | |
|---|---|---|---|---|
| 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...