@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 785 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DefaultExternalTaggingService](./x-components.defaultexternaltaggingservice.md) > [storeResultClicked](./x-components.defaultexternaltaggingservice.storeresultclicked.md)
## DefaultExternalTaggingService.storeResultClicked() method
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;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| result | Result | The result to store. |
**Returns:**
void