<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueryPreviewItem](./x-components.querypreviewitem.md)

## QueryPreviewItem interface

QueriesPreview store state.

**Signature:**

```typescript
export interface QueryPreviewItem extends StatusState 
```
**Extends:** [StatusState](./x-components.statusstate.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [displayTagging?](./x-components.querypreviewitem.displaytagging.md) |  | TaggingRequest | _(Optional)_ Display tagging info. |
|  [instances](./x-components.querypreviewitem.instances.md) |  | number | The number of instances showing the query preview . |
|  [queryTagging?](./x-components.querypreviewitem.querytagging.md) |  | TaggingRequest | _(Optional)_ Query tagging info. |
|  [request](./x-components.querypreviewitem.request.md) |  | SearchRequest | Request object to retrieve the query preview using the search adapter, or null if there is no valid data to conform a valid request. |
|  [results](./x-components.querypreviewitem.results.md) |  | Result\[\] | Results of the query preview request. |
|  [totalResults](./x-components.querypreviewitem.totalresults.md) |  | number | The total number of results for the search query. |

