@empathyco/x-components
Version:
Empathy X Components
28 lines (17 loc) • 1.22 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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) | | () => 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 |