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