UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.18 kB
<!-- 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 | 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&lt;unknown&gt; | The extra params property of the state. | | [queriesPreview](./x-components.queriespreviewstate.queriespreview.md) | | Dictionary&lt;[QueryPreviewItem](./x-components.querypreviewitem.md)<!-- -->&gt; | 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. |