@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.28 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExperienceControlsMutations](./x-components.experiencecontrolsmutations.md)
## ExperienceControlsMutations interface
Experience Controls store mutations.
**Signature:**
```typescript
export interface ExperienceControlsMutations extends StatusMutations
```
**Extends:** [StatusMutations](./x-components.statusmutations.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [setControls](./x-components.experiencecontrolsmutations.setcontrols.md) | | (controls: Dictionary<unknown>) => void | Sets the [ExperienceControlsState.controls](./x-components.experiencecontrolsstate.controls.md) property. |
| [setEvents](./x-components.experiencecontrolsmutations.setevents.md) | | (events: Partial<[XEventsTypes](./x-components.xeventstypes.md)<!-- -->>) => void | Sets the [ExperienceControlsState.events](./x-components.experiencecontrolsstate.events.md) property. |
| [setParams](./x-components.experiencecontrolsmutations.setparams.md) | | (params: Dictionary<unknown>) => void | Sets the extra params of the module. |