UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 969 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [controls](./x-components.experiencecontrolsstate.controls.md) | | Dictionary&lt;unknown&gt; | Configuration for the <code>ExperienceControls</code> module. | | [events](./x-components.experiencecontrolsstate.events.md) | | Partial&lt;[XEventsTypes](./x-components.xeventstypes.md)<!-- -->&gt; | | | [params](./x-components.experiencecontrolsstate.params.md) | | Dictionary&lt;unknown&gt; | |