<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesState](./x-components.historyqueriesstate.md)

## HistoryQueriesState interface

HistoryQueries store state.

**Signature:**

```typescript
export interface HistoryQueriesState extends QueryState 
```
**Extends:** [QueryState](./x-components.querystate.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [config](./x-components.historyqueriesstate.config.md) |  | [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration for the <code>HistoryQueries</code> module. |
|  [historyQueries](./x-components.historyqueriesstate.historyqueries.md) |  | HistoryQuery\[\] | The full list of queries made by the user. This list is persisted along different search sessions. |
|  [isEnabled](./x-components.historyqueriesstate.isenabled.md) |  | boolean | Whether the history queries are enabled or disabled. |
|  [sessionTimeStampInMs](./x-components.historyqueriesstate.sessiontimestampinms.md) |  | number | Timestamp that indicates when the current search session has started. |

