UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 822 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExperienceControlsMutations](./x-components.experiencecontrolsmutations.md) &gt; [setControls](./x-components.experiencecontrolsmutations.setcontrols.md) ## ExperienceControlsMutations.setControls() method Sets the [ExperienceControlsState.controls](./x-components.experiencecontrolsstate.controls.md) property. **Signature:** ```typescript setControls(controls: Dictionary<unknown>): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | controls | Dictionary&lt;unknown&gt; | The new [ExperienceControlsState.controls](./x-components.experiencecontrolsstate.controls.md)<!-- -->. | **Returns:** void