UNPKG

@empathyco/x-components

Version:
28 lines (17 loc) 1.22 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExperienceControlsActions](./x-components.experiencecontrolsactions.md) ## ExperienceControlsActions interface Experience Controls store actions. **Signature:** ```typescript export interface ExperienceControlsActions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [cancelFetchAndSaveControls](./x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md) | | () =&gt; void | Cancels the [ExperienceControlsActions.fetchAndSaveExperienceControlsResponse()](./x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md)<!-- -->. | ## Methods | Method | Description | | --- | --- | | [fetchAndSaveExperienceControlsResponse(request)](./x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md) | Requests the experience controls and saves them in the module. | | [fetchExperienceControlsResponse(request)](./x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md) | . Requests the experience controls |