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