UNPKG

@empathyco/x-components

Version:
97 lines (43 loc) 1.58 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 <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [cancelFetchAndSaveControls](./x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md) </td><td> </td><td> () =&gt; void </td><td> Cancels the [ExperienceControlsActions.fetchAndSaveExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md)<!-- -->. </td></tr> <tr><td> [fetchAndSaveExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md) </td><td> </td><td> (request: ExperienceControlsRequest \| null) =&gt; void </td><td> Requests the experience controls and saves them in the module. </td></tr> <tr><td> [fetchExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md) </td><td> </td><td> (request: ExperienceControlsRequest \| null) =&gt; ExperienceControlsResponse </td><td> . Requests the experience controls </td></tr> </tbody></table>