| Property | Defined by | ||
|---|---|---|---|
| displayFieldName : String
The name of the layer's primary display field.
| FindResult | ||
| feature : Graphic
The found feature.
| FindResult | ||
| foundFieldName : String
The name of the field that contains the search text.
| FindResult | ||
| layerId : Number
Unique ID of the layer that contains the feature.
| FindResult | ||
| layerName : String
The layer name that contains the feature.
| FindResult | ||
| value : String
The value of the Find result.
| FindResult | ||
| displayFieldName | property |
public var displayFieldName:StringThe name of the layer's primary display field. The value of this property matches the name of one of the fields of the feature.
This property can be used as the source for data binding.
| feature | property |
public var feature:GraphicThe found feature.
This property can be used as the source for data binding.
| foundFieldName | property |
public var foundFieldName:StringThe name of the field that contains the search text.
This property can be used as the source for data binding.
| layerId | property |
public var layerId:NumberUnique ID of the layer that contains the feature.
This property can be used as the source for data binding.
| layerName | property |
public var layerName:StringThe layer name that contains the feature.
This property can be used as the source for data binding.
| value | property |
public var value:StringThe value of the Find result.
This property can be used as the source for data binding.