@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 968 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesGetters](./x-components.nextqueriesgetters.md)
## NextQueriesGetters interface
Next queries module getters.
**Signature:**
```typescript
export interface NextQueriesGetters
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [nextQueries](./x-components.nextqueriesgetters.nextqueries.md) | | NextQuery\[\] | List of next queries that have not been searched before. |
| [query](./x-components.nextqueriesgetters.query.md) | | string | The combination of the query and the selected related tags. |
| [request](./x-components.nextqueriesgetters.request.md) | | NextQueriesRequest \| null | Request object to retrieve the next queries using the search adapter, or null if there is no valid data to conform a valid request. |