@empathyco/x-components
Version:
Empathy X Components
116 lines (51 loc) • 1.54 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[config](./x-components.queriespreviewstate.config.md)
</td><td>
</td><td>
[QueriesPreviewConfig](./x-components.queriespreviewconfig.md)
</td><td>
The configuration of the queries preview module.
</td></tr>
<tr><td>
[params](./x-components.queriespreviewstate.params.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
The extra params property of the state.
</td></tr>
<tr><td>
[queriesPreview](./x-components.queriespreviewstate.queriespreview.md)
</td><td>
</td><td>
Dictionary<[QueryPreviewItem](./x-components.querypreviewitem.md)<!-- -->>
</td><td>
The list of cached queries preview.
</td></tr>
<tr><td>
[selectedQueryPreview](./x-components.queriespreviewstate.selectedquerypreview.md)
</td><td>
</td><td>
[QueryPreviewInfo](./x-components.querypreviewinfo.md) \| null
</td><td>
The selected query preview of the state.
</td></tr>
</tbody></table>