@empathyco/x-components
Version:
Empathy X Components
98 lines (44 loc) • 1.57 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setControls](./x-components.experiencecontrolsmutations.setcontrols.md)
</td><td>
</td><td>
(controls: Dictionary<unknown>) => void
</td><td>
Sets the [ExperienceControlsState.controls](./x-components.experiencecontrolsstate.controls.md) property.
</td></tr>
<tr><td>
[setEvents](./x-components.experiencecontrolsmutations.setevents.md)
</td><td>
</td><td>
(events: Partial<[XEventsTypes](./x-components.xeventstypes.md)<!-- -->>) => void
</td><td>
Sets the [ExperienceControlsState.events](./x-components.experiencecontrolsstate.events.md) property.
</td></tr>
<tr><td>
[setParams](./x-components.experiencecontrolsmutations.setparams.md)
</td><td>
</td><td>
(params: Dictionary<unknown>) => void
</td><td>
Sets the extra params of the module.
</td></tr>
</tbody></table>