@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.18 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueriesPreviewState](./x-components.queriespreviewstate.md)
## QueriesPreviewState interface
QueriesPreview store state.
**Signature:**
```typescript
export interface QueriesPreviewState
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.queriespreviewstate.config.md) | | [QueriesPreviewConfig](./x-components.queriespreviewconfig.md) | The configuration of the queries preview module. |
| [params](./x-components.queriespreviewstate.params.md) | | Dictionary<unknown> | The extra params property of the state. |
| [queriesPreview](./x-components.queriespreviewstate.queriespreview.md) | | Dictionary<[QueryPreviewItem](./x-components.querypreviewitem.md)<!-- -->> | The list of cached queries preview. |
| [selectedQueryPreview](./x-components.queriespreviewstate.selectedquerypreview.md) | | [QueryPreviewInfo](./x-components.querypreviewinfo.md) \| null | The selected query preview of the state. |