@empathyco/x-components
Version:
Empathy X Components
98 lines (44 loc) • 1.56 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setConsent](./x-components.taggingmutations.setconsent.md)
</td><td>
</td><td>
(consent: boolean) => void
</td><td>
Sets the [TaggingState.consent](./x-components.taggingstate.consent.md) property.
</td></tr>
<tr><td>
[setNoResultsTaggingEnabled](./x-components.taggingmutations.setnoresultstaggingenabled.md)
</td><td>
</td><td>
(module: [XModuleName](./x-components.xmodulename.md)<!-- -->) => void
</td><td>
Sets the noResultsTaggingEnabled property.
</td></tr>
<tr><td>
[setQueryTaggingInfo](./x-components.taggingmutations.setquerytagginginfo.md)
</td><td>
</td><td>
(queryTaggingInfo: TaggingRequest) => void
</td><td>
Sets the [TaggingState.queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md) property.
</td></tr>
</tbody></table>