UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 1.73 kB
<!-- 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [setHistoryQueries](./x-components.historyqueriesmutations.sethistoryqueries.md) | | (historyQueries: HistoryQuery\[\]) =&gt; void | Sets the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md) property. | | [setIsEnabled](./x-components.historyqueriesmutations.setisenabled.md) | | (isEnabled: boolean) =&gt; void | Sets the [HistoryQueriesState.isEnabled](./x-components.historyqueriesstate.isenabled.md) property. | | [setSearchSelectedFilters](./x-components.historyqueriesmutations.setsearchselectedfilters.md) | | (filters: Filter\[\]) =&gt; void | Sets the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md) filters property. | | [setSessionTimeStamp](./x-components.historyqueriesmutations.setsessiontimestamp.md) | | (timeStamp: number) =&gt; void | Sets the [HistoryQueriesState.sessionTimeStampInMs](./x-components.historyqueriesstate.sessiontimestampinms.md) property. |