UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.02 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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. |