@empathyco/x-components
Version:
Empathy X Components
94 lines (42 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExperienceControlsState](./x-components.experiencecontrolsstate.md)
## ExperienceControlsState interface
Experience Controls store state.
**Signature:**
```typescript
export interface ExperienceControlsState extends StatusState
```
**Extends:** [StatusState](./x-components.statusstate.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[controls](./x-components.experiencecontrolsstate.controls.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
Configuration for the `ExperienceControls` module.
</td></tr>
<tr><td>
[events](./x-components.experiencecontrolsstate.events.md)
</td><td>
</td><td>
Partial<[XEventsTypes](./x-components.xeventstypes.md)<!-- -->>
</td><td>
</td></tr>
<tr><td>
[params](./x-components.experiencecontrolsstate.params.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
</td></tr>
</tbody></table>