<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesConfig](./x-components.historyqueriesconfig.md)

## HistoryQueriesConfig interface

Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->.

**Signature:**

```typescript
export interface HistoryQueriesConfig 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [debounceInMs](./x-components.historyqueriesconfig.debounceinms.md) |  | number | Time in milliseconds for applying a debounce when setting the module query. |
|  [hideIfEqualsQuery](./x-components.historyqueriesconfig.hideifequalsquery.md) |  | boolean | Hides a history query if it is equal to the current query of the module. |
|  [maxItemsToStore](./x-components.historyqueriesconfig.maxitemstostore.md) |  | number | Maximum number of history queries to save in the browser. |
|  [sessionTTLInMs](./x-components.historyqueriesconfig.sessionttlinms.md) |  | number | Time in milliseconds to keep the session alive. After this time has passed with no user interaction, the session will be cleared. |

