<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [TaggingMutations](./x-components.taggingmutations.md)

## TaggingMutations interface

Tagging store mutations.

**Signature:**

```typescript
export interface TaggingMutations extends ConfigMutations<TaggingState> 
```
**Extends:** [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[TaggingState](./x-components.taggingstate.md)<!-- -->&gt;

## Methods

|  Method | Description |
|  --- | --- |
|  [setConsent(consent)](./x-components.taggingmutations.setconsent.md) | Sets the [TaggingState.consent](./x-components.taggingstate.consent.md) property. |
|  [setNoResultsTaggingEnabled(module)](./x-components.taggingmutations.setnoresultstaggingenabled.md) | Sets the noResultsTaggingEnabled property. |
|  [setQueryTaggingInfo(queryTaggingInfo)](./x-components.taggingmutations.setquerytagginginfo.md) | Sets the [TaggingState.queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md) property. |

