@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 792 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [TrackableShowResponse](./x-types.trackableshowresponse.md)
## TrackableShowResponse interface
Response to be implemented by all responses that contain a part to track the show event.
**Signature:**
```typescript
export interface TrackableShowResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[showTagging](./x-types.trackableshowresponse.showtagging.md)
</td><td>
</td><td>
[TaggingRequest](./x-types.taggingrequest.md)
</td><td>
</td></tr>
</tbody></table>