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