@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 917 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExperienceControlsGetters](./x-components.experiencecontrolsgetters.md)
## ExperienceControlsGetters interface
Experience Controls store getters.
**Signature:**
```typescript
export interface ExperienceControlsGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[experienceControlsRequest](./x-components.experiencecontrolsgetters.experiencecontrolsrequest.md)
</td><td>
</td><td>
ExperienceControlsRequest \| null
</td><td>
The adapter request object for retrieving the controls request, or null if there is not valid data to create a request.
</td></tr>
</tbody></table>