@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 967 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [EmpathizeMutations](./x-components.empathizemutations.md)
## EmpathizeMutations interface
Empathize store mutations.
**Signature:**
```typescript
export interface EmpathizeMutations extends ConfigMutations<EmpathizeState>
```
**Extends:** [ConfigMutations](./x-components.configmutations.md)<!-- --><[EmpathizeState](./x-components.empathizestate.md)<!-- -->>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setIsOpen](./x-components.empathizemutations.setisopen.md)
</td><td>
</td><td>
(isOpen: boolean) => void
</td><td>
Sets the isOpen state of the module, which is used in the Alias API.
</td></tr>
</tbody></table>