UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.29 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)<!-- -->. | | [fetchAndSaveExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md) | | (request: ExperienceControlsRequest \| null) =&gt; void | Requests the experience controls and saves them in the module. | | [fetchExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md) | | (request: ExperienceControlsRequest \| null) =&gt; ExperienceControlsResponse | . Requests the experience controls |