@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 845 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueriesPreviewGetters](./x-components.queriespreviewgetters.md)
## QueriesPreviewGetters interface
QueriesPreview store getters.
**Signature:**
```typescript
export interface QueriesPreviewGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[loadedQueriesPreview](./x-components.queriespreviewgetters.loadedqueriespreview.md)
</td><td>
</td><td>
Dictionary<[QueryPreviewItem](./x-components.querypreviewitem.md)<!-- -->>
</td><td>
The loaded previews from the state.
</td></tr>
</tbody></table>