require(["esri/tasks/FindResult"], function(FindResult) { /* code goes here */ });
Description
(Added at v1.0)
Represents a result of a find operation. FindResult has no constructor.
Samples
Search for
samples that use this class.
Properties
Property Details
The name of the layer's primary display field. The value of this property matches the name of one of the fields of the feature.
The name of the field that contains the search text.
Unique ID of the layer that contains the feature.
The layer name that contains the feature.