@empathyco/x-components
Version:
Empathy X Components
116 lines (51 loc) • 1.51 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[hideSessionQueries](./x-components.nextqueriesconfig.hidesessionqueries.md)
</td><td>
</td><td>
boolean
</td><td>
Hides the next queries if it has been already searched during the session.
</td></tr>
<tr><td>
[loadOnInit](./x-components.nextqueriesconfig.loadoninit.md)
</td><td>
</td><td>
boolean
</td><td>
Loads the next queries with the last searched query.
</td></tr>
<tr><td>
[maxItemsToRequest](./x-components.nextqueriesconfig.maxitemstorequest.md)
</td><td>
</td><td>
number
</td><td>
Number of next queries that will be requested.
</td></tr>
<tr><td>
[maxPreviewItemsToRequest](./x-components.nextqueriesconfig.maxpreviewitemstorequest.md)
</td><td>
</td><td>
number
</td><td>
Number of results that will be requested to preview the next queries.
</td></tr>
</tbody></table>