@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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. |