@empathyco/x-components
Version:
Empathy X Components
26 lines (15 loc) • 858 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [fetchAndSaveExperienceControlsResponse](./x-components.fetchandsaveexperiencecontrolsresponse.md)
## fetchAndSaveExperienceControlsResponse() function
Default implementation for fetchAndSaveExperienceControls action.
**Signature:**
```typescript
fetchAndSaveExperienceControlsResponse: (context: ExperienceControlsActionContext, request: ExperienceControlsRequest | null) => void | Promise<void>
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| context | [ExperienceControlsActionContext](./x-components.experiencecontrolsactioncontext.md) | |
| request | ExperienceControlsRequest \| null | |
**Returns:**
void \| Promise<void>