UNPKG

@empathyco/x-components

Version:
116 lines (51 loc) 1.53 kB
<!-- 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 <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [queryTaggingDebounceMs](./x-components.taggingconfig.querytaggingdebouncems.md) </td><td> </td><td> number </td><td> Time in milliseconds to track the query. </td></tr> <tr><td> [sessionTTLMs](./x-components.taggingconfig.sessionttlms.md) </td><td> </td><td> number </td><td> Time in milliseconds to keep the session alive. After this time has passed with no user interaction, the session will be cleared. </td></tr> <tr><td> [storageKey](./x-components.taggingconfig.storagekey.md) </td><td> </td><td> string \| null </td><td> Field of the [result](./x-types.result.md) to use as id for storing the information. </td></tr> <tr><td> [storageTTLMs](./x-components.taggingconfig.storagettlms.md) </td><td> </td><td> number \| null </td><td> Time in milliseconds to keep the information for a result. </td></tr> </tbody></table>