@empathyco/x-components
Version:
Empathy X Components
116 lines (51 loc) • 1.37 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[config](./x-components.taggingstate.config.md)
</td><td>
</td><td>
[TaggingConfig](./x-components.taggingconfig.md)
</td><td>
Configuration for the `Tagging` module.
</td></tr>
<tr><td>
[consent](./x-components.taggingstate.consent.md)
</td><td>
</td><td>
boolean \| null
</td><td>
The current consent for tracking.
</td></tr>
<tr><td>
[noResultsTaggingEnabled](./x-components.taggingstate.noresultstaggingenabled.md)
</td><td>
</td><td>
boolean
</td><td>
Flag to enable the tagging of the fallback solution to no results page.
</td></tr>
<tr><td>
[queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md)
</td><td>
</td><td>
TaggingRequest \| null
</td><td>
Tagging info for last accepted query.
</td></tr>
</tbody></table>