@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 612 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExternalTaggingService](./x-components.externaltaggingservice.md) > [storeResultClicked](./x-components.externaltaggingservice.storeresultclicked.md)
## ExternalTaggingService.storeResultClicked property
Stores in the local storage the information from the Result clicked by the user in order to be able to track the add to cart later on the result's PDP.
**Signature:**
```typescript
storeResultClicked: (result: Result) => void;
```