UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 545 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 property Requests a new set of next queries for the module query, and returns them. **Signature:** ```typescript fetchNextQueries: (request: NextQueriesRequest | null) => NextQuery[] | null; ```