UNPKG

@empathyco/x-components

Version:
27 lines (15 loc) 774 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [NextQueriesActions](./x-components.nextqueriesactions.md) &gt; [fetchNextQueries](./x-components.nextqueriesactions.fetchnextqueries.md) ## NextQueriesActions.fetchNextQueries() method Requests a new set of next queries for the module query, and returns them. **Signature:** ```typescript fetchNextQueries(request: NextQueriesRequest | null): NextQuery[] | null; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | request | NextQueriesRequest \| null | | **Returns:** NextQuery\[\] \| null An array of next queries, or null if the request was not made.