SearchTable
require(["esri/webdoc/applicationProperties/SearchTable"], function(SearchTable) { /* code goes here */ });
Class:
esri/webdoc/applicationProperties/SearchTable
Inheritance: SearchTable Accessor
Since: ArcGIS API for JavaScript 4.18
Represents a table to be included in search.
Constructors
- new SearchTable(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 | |
SearchTableField | The field to use for search. more details | more details | SearchTable | |
String | The id of the table. more details | more details | SearchTable |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- field SearchTableField
The field to use for search.
- id String
The id of the table.
Method Overview
Name | Return Type | Summary | Class | |
---|---|---|---|---|
SearchTable | Creates a deep clone of this object. more details | more details | SearchTable |
Method Details
- clone(){SearchTable}
Creates a deep clone of this object.
Returns:Type Description SearchTable Creates a deep clone of the instance calling this method.
Loading...