@empathyco/x-components
Version:
Empathy X Components
27 lines (15 loc) • 856 B
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) > [fetchExperienceControlsResponse](./x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md)
## ExperienceControlsActions.fetchExperienceControlsResponse() method
. Requests the experience controls
**Signature:**
```typescript
fetchExperienceControlsResponse(request: ExperienceControlsRequest | null): ExperienceControlsResponse;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| request | ExperienceControlsRequest \| null | The request to fetch the experience controls. |
**Returns:**
ExperienceControlsResponse
the experience controls.