Search
require(["esri/webscene/applicationProperties/Search"], function(Search) { /* code goes here */ });Class:
esri/webscene/applicationProperties/SearchInheritance: Search Accessor
Since: ArcGIS API for JavaScript 4.7
Represents the search parameters set within the web scene.
Constructors
- new Search(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 search functionality is enabled in the web scene. more details | more details | Search | |
| String | The hint provided with the search dialog. more details | more details | Search | |
| Collection<SearchLayer> | A collection of layers to be included in search. more details | more details | Search |
Property Details
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className.
- enabledBoolean
Whether search functionality is enabled in the web scene.
- hintTextString
The hint provided with the search dialog.
- layersCollection<SearchLayer>
A collection of layers to be included in search.
Method Overview
| Name | Return Type | Summary | Class | |
|---|---|---|---|---|
| Search | Creates a deep clone of this object. more details | more details | Search |
Method Details
Loading...