<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [NextQueriesState](./x-components.nextqueriesstate.md)

## NextQueriesState interface

Next queries module state.

**Signature:**

```typescript
export interface NextQueriesState extends StatusState, QueryState 
```
**Extends:** [StatusState](./x-components.statusstate.md)<!-- -->, [QueryState](./x-components.querystate.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [config](./x-components.nextqueriesstate.config.md) |  | [NextQueriesConfig](./x-components.nextqueriesconfig.md) | Configuration options of the next queries module. |
|  [nextQueries](./x-components.nextqueriesstate.nextqueries.md) |  | NextQuery\[\] | The list of the next queries, related to the <code>query</code> property of the state. |
|  [params](./x-components.nextqueriesstate.params.md) |  | Dictionary&lt;unknown&gt; | The extra params property of the state. |
|  [relatedTags](./x-components.nextqueriesstate.relatedtags.md) |  | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. |
|  [resultsPreview](./x-components.nextqueriesstate.resultspreview.md) |  | Dictionary&lt;PreviewResults&gt; | Results of the next queries requests. |
|  [searchedQueries](./x-components.nextqueriesstate.searchedqueries.md) |  | HistoryQuery\[\] | The list of the searched queries, related to the <code>query</code> property of the state. |

