@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 633 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) > [setIsOpen](./x-components.empathizemutations.setisopen.md)
## EmpathizeMutations.setIsOpen() method
Sets the isOpen state of the module, which is used in the Alias API.
**Signature:**
```typescript
setIsOpen(isOpen: boolean): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| isOpen | boolean | The new isOpen state to save. |
**Returns:**
void