SearchTableField

require(["esri/webdoc/applicationProperties/SearchTableField"], function(SearchTableField) { /* code goes here */ });
Class: esri/webdoc/applicationProperties/SearchTableField
Inheritance: SearchTableField Accessor
Since: ArcGIS API for JavaScript 4.18

Represents the field of a table to use for search.

Constructors

new SearchTableField(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 detailsSearchTableField
String

The name of the field.

more details
more detailsSearchTableField
String

The data type of the field.

more details
more detailsSearchTableField

Property Details

declaredClass Stringreadonly inherited

The name of the class. The declared class name is formatted as esri.folder.className.

exactMatch Boolean

Whether or not the field is an exact match.

name String

The name of the field.

type String

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
SearchTableField

Creates a deep clone of this object.

more details
more detailsSearchTableField

Method Details

Creates a deep clone of this object.

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

API Reference search results

NameTypeModule
Loading...