Description
Represents a result of a find operation. FindResult has no constructor.
Class hierarchy
esri.tasks.FindResult
Properties
| displayFieldName |
String
|
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. |
| feature |
Graphic
|
The found feature. |
| foundFieldName |
String
|
The name of the field that contains the search text. |
| layerId |
Number
|
Unique ID of the layer that contains the feature. |
| layerName |
String
|
The layer name that contains the feature. |
Properties Detail
<String> displayFieldName
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.