UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 785 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DefaultExternalTaggingService](./x-components.defaultexternaltaggingservice.md) &gt; [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