@empathyco/x-components
Version:
Empathy X Components
27 lines (18 loc) • 1.59 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<unknown> | 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<PreviewResults> | 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. |