UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.15 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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. |