SearchLayerField

require(["esri/webscene/applicationProperties/SearchLayerField"], function(SearchLayerField) { /* code goes here */ });
Class: esri/webscene/applicationProperties/SearchLayerField
Inheritance: 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 Object
optional

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.
NameTypeSummaryClass
String

The name of the class.

more details
more detailsAccessor
Boolean

Whether or not the field is an exact match.

more details
more detailsSearchLayerField
String

The name of the field.

more details
more detailsSearchLayerField
String

The data type of the field.

more details
more detailsSearchLayerField

Property Details

declaredClassStringreadonly inherited
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

NameReturn TypeSummaryClass
SearchLayerField

Creates a deep clone of this object.

more details
more detailsSearchLayerField

Method Details

Creates a deep clone of this object.

Returns:
TypeDescription
SearchLayerFieldCreates a deep clone of the instance calling this method.

API Reference search results

NameTypeModule
Loading...