UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 968 B
<!-- 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 | 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. |