@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 721 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) > [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;
```