UNPKG

@empathyco/x-components

Version:
94 lines (42 loc) 1.24 kB
<!-- 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 <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&lt;unknown&gt; </td><td> Configuration for the `ExperienceControls` module. </td></tr> <tr><td> [events](./x-components.experiencecontrolsstate.events.md) </td><td> </td><td> Partial&lt;[XEventsTypes](./x-components.xeventstypes.md)<!-- -->&gt; </td><td> </td></tr> <tr><td> [params](./x-components.experiencecontrolsstate.params.md) </td><td> </td><td> Dictionary&lt;unknown&gt; </td><td> </td></tr> </tbody></table>