@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 744 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExtraParamsMutations](./x-components.extraparamsmutations.md)
## ExtraParamsMutations interface
ExtraParams store mutations.
**Signature:**
```typescript
export interface ExtraParamsMutations
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setParams](./x-components.extraparamsmutations.setparams.md)
</td><td>
</td><td>
(params: Dictionary<unknown>) => void
</td><td>
</td></tr>
</tbody></table>