@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 742 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TaggingActions](./x-components.taggingactions.md)
## TaggingActions interface
Tagging store actions.
**Signature:**
```typescript
export interface TaggingActions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[track](./x-components.taggingactions.track.md)
</td><td>
</td><td>
(tagging: TaggingRequest \| TaggingRequest\[\]) => void
</td><td>
Tracks a user interaction.
</td></tr>
</tbody></table>