@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 695 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchMutations](./x-components.searchmutations.md) > [setQueryTagging](./x-components.searchmutations.setquerytagging.md)
## SearchMutations.setQueryTagging() method
Sets the query tagging of the module, which is used to track the query.
**Signature:**
```typescript
setQueryTagging(queryTagging: TaggingRequest): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| queryTagging | TaggingRequest | The new query tagging object to save to the state. |
**Returns:**
void