<!-- 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; [fetchNextQueryPreview](./x-components.nextqueriesactions.fetchnextquerypreview.md)

## NextQueriesActions.fetchNextQueryPreview property

Requests the results to preview a next query, limited by [NextQueriesConfig.maxPreviewItemsToRequest](./x-components.nextqueriesconfig.maxpreviewitemstorequest.md)<!-- -->.

**Signature:**

```typescript
fetchNextQueryPreview: (payload: {
        query: string;
        location: FeatureLocation | undefined;
    }) => SearchResponse | null;
```
