@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 976 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<unknown> | _(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. |