UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 633 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [EmpathizeMutations](./x-components.empathizemutations.md) &gt; [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