@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.15 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesConfig](./x-components.nextqueriesconfig.md)
## NextQueriesConfig interface
Configuration options for the [NextQueriesXModule](./x-components.nextqueriesxmodule.md)<!-- -->.
**Signature:**
```typescript
export interface NextQueriesConfig
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [hideSessionQueries](./x-components.nextqueriesconfig.hidesessionqueries.md) | | boolean | Hides the next queries if it has been already searched during the session. |
| [loadOnInit](./x-components.nextqueriesconfig.loadoninit.md) | | boolean | Loads the next queries with the last searched query. |
| [maxItemsToRequest](./x-components.nextqueriesconfig.maxitemstorequest.md) | | number | Number of next queries that will be requested. |
| [maxPreviewItemsToRequest](./x-components.nextqueriesconfig.maxpreviewitemstorequest.md) | | number | Number of results that will be requested to preview the next queries. |