@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.27 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TaggingMutations](./x-components.taggingmutations.md)
## TaggingMutations interface
Tagging store mutations.
**Signature:**
```typescript
export interface TaggingMutations extends ConfigMutations<TaggingState>
```
**Extends:** [ConfigMutations](./x-components.configmutations.md)<!-- --><[TaggingState](./x-components.taggingstate.md)<!-- -->>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [setConsent](./x-components.taggingmutations.setconsent.md) | | (consent: boolean) => void | Sets the [TaggingState.consent](./x-components.taggingstate.consent.md) property. |
| [setNoResultsTaggingEnabled](./x-components.taggingmutations.setnoresultstaggingenabled.md) | | (module: [XModuleName](./x-components.xmodulename.md)<!-- -->) => void | Sets the noResultsTaggingEnabled property. |
| [setQueryTaggingInfo](./x-components.taggingmutations.setquerytagginginfo.md) | | (queryTaggingInfo: TaggingRequest) => void | Sets the [TaggingState.queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md) property. |