@empathyco/x-components
Version:
Empathy X Components
117 lines (52 loc) • 2.09 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)<!-- --><[HistoryQueriesState](./x-components.historyqueriesstate.md)<!-- -->>
## 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\[\]) => 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) => 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\[\]) => 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) => void
</td><td>
Sets the [HistoryQueriesState.sessionTimeStampInMs](./x-components.historyqueriesstate.sessiontimestampinms.md) property.
</td></tr>
</tbody></table>