<!-- 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; [fetchAndSaveNextQueryPreview](./x-components.nextqueriesactions.fetchandsavenextquerypreview.md)

## NextQueriesActions.fetchAndSaveNextQueryPreview property

Requests the results to preview a next query and saves them in the state.

**Signature:**

```typescript
fetchAndSaveNextQueryPreview: (payload: {
        query: string;
        location: FeatureLocation | undefined;
    }) => void;
```
