<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[config](./x-components.nextqueriesstate.config.md)


</td><td>


</td><td>

[NextQueriesConfig](./x-components.nextqueriesconfig.md)


</td><td>

Configuration options of the next queries module.


</td></tr>
<tr><td>

[nextQueries](./x-components.nextqueriesstate.nextqueries.md)


</td><td>


</td><td>

NextQuery\[\]


</td><td>

The list of the next queries, related to the `query` property of the state.


</td></tr>
<tr><td>

[params](./x-components.nextqueriesstate.params.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The extra params property of the state.


</td></tr>
<tr><td>

[relatedTags](./x-components.nextqueriesstate.relatedtags.md)


</td><td>


</td><td>

RelatedTag\[\]


</td><td>

The list of the related tags, related to the `query` property of the state.


</td></tr>
<tr><td>

[resultsPreview](./x-components.nextqueriesstate.resultspreview.md)


</td><td>


</td><td>

Dictionary&lt;PreviewResults&gt;


</td><td>

Results of the next queries requests.


</td></tr>
<tr><td>

[searchedQueries](./x-components.nextqueriesstate.searchedqueries.md)


</td><td>


</td><td>

HistoryQuery\[\]


</td><td>

The list of the searched queries, related to the `query` property of the state.


</td></tr>
</tbody></table>

