@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 633 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesActions](./x-components.nextqueriesactions.md) > [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;
```