@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.02 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TaggingState](./x-components.taggingstate.md)
## TaggingState interface
Tagging store state.
**Signature:**
```typescript
export interface TaggingState
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.taggingstate.config.md) | | [TaggingConfig](./x-components.taggingconfig.md) | Configuration for the <code>Tagging</code> module. |
| [consent](./x-components.taggingstate.consent.md) | | boolean \| null | The current consent for tracking. |
| [noResultsTaggingEnabled](./x-components.taggingstate.noresultstaggingenabled.md) | | boolean | Flag to enable the tagging of the fallback solution to no results page. |
| [queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md) | | TaggingRequest \| null | Tagging info for last accepted query. |