<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueryPreviewInfo](./x-components.querypreviewinfo.md)

## QueryPreviewInfo interface

Information to render or request a query preview with.

**Signature:**

```typescript
export interface QueryPreviewInfo 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [extraParams?](./x-components.querypreviewinfo.extraparams.md) |  | Dictionary&lt;unknown&gt; | _(Optional)_ The extra params to perform the search. |
|  [filters?](./x-components.querypreviewinfo.filters.md) |  | string\[\] | _(Optional)_ The filters to perform the search. |
|  [query](./x-components.querypreviewinfo.query.md) |  | string | The query to search for. |
|  [title?](./x-components.querypreviewinfo.title.md) |  | string | _(Optional)_ An optional title for the container. |

