@empathyco/x-components
Version:
Empathy X Components
155 lines (68 loc) • 2.05 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
<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<unknown>
</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<PreviewResults>
</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>