@empathyco/x-components
Version:
Empathy X Components
97 lines (43 loc) • 1.58 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
<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>
() => 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) => 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) => ExperienceControlsResponse
</td><td>
. Requests the experience controls
</td></tr>
</tbody></table>