<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;unknown&gt;


</td><td>

The extra params property of the state.


</td></tr>
<tr><td>

[queriesPreview](./x-components.queriespreviewstate.queriespreview.md)


</td><td>


</td><td>

Dictionary&lt;[QueryPreviewItem](./x-components.querypreviewitem.md)<!-- -->&gt;


</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>

