@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.17 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TaggingConfig](./x-components.taggingconfig.md)
## TaggingConfig interface
Configuration options for the [TaggingXModule](./x-components.taggingxmodule.md)<!-- -->.
**Signature:**
```typescript
export interface TaggingConfig
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [queryTaggingDebounceMs](./x-components.taggingconfig.querytaggingdebouncems.md) | | number | Time in milliseconds to track the query. |
| [sessionTTLMs](./x-components.taggingconfig.sessionttlms.md) | | number | Time in milliseconds to keep the session alive. After this time has passed with no user interaction, the session will be cleared. |
| [storageKey](./x-components.taggingconfig.storagekey.md) | | string \| null | Field of the [result](./x-types.result.md) to use as id for storing the information. |
| [storageTTLMs](./x-components.taggingconfig.storagettlms.md) | | number \| null | Time in milliseconds to keep the information for a result. |