<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesMutations](./x-components.historyqueriesmutations.md)

## HistoryQueriesMutations interface

HistoryQueries store mutations.

**Signature:**

```typescript
export interface HistoryQueriesMutations extends QueryMutations, ConfigMutations<HistoryQueriesState> 
```
**Extends:** [QueryMutations](./x-components.querymutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[HistoryQueriesState](./x-components.historyqueriesstate.md)<!-- -->&gt;

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[setHistoryQueries](./x-components.historyqueriesmutations.sethistoryqueries.md)


</td><td>


</td><td>

(historyQueries: HistoryQuery\[\]) =&gt; void


</td><td>

Sets the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md) property.


</td></tr>
<tr><td>

[setIsEnabled](./x-components.historyqueriesmutations.setisenabled.md)


</td><td>


</td><td>

(isEnabled: boolean) =&gt; void


</td><td>

Sets the [HistoryQueriesState.isEnabled](./x-components.historyqueriesstate.isenabled.md) property.


</td></tr>
<tr><td>

[setSearchSelectedFilters](./x-components.historyqueriesmutations.setsearchselectedfilters.md)


</td><td>


</td><td>

(filters: Filter\[\]) =&gt; void


</td><td>

Sets the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md) filters property.


</td></tr>
<tr><td>

[setSessionTimeStamp](./x-components.historyqueriesmutations.setsessiontimestamp.md)


</td><td>


</td><td>

(timeStamp: number) =&gt; void


</td><td>

Sets the [HistoryQueriesState.sessionTimeStampInMs](./x-components.historyqueriesstate.sessiontimestampinms.md) property.


</td></tr>
</tbody></table>

