UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 810 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) ## EmpathizeMutations interface Empathize store mutations. **Signature:** ```typescript export interface EmpathizeMutations extends ConfigMutations<EmpathizeState> ``` **Extends:** [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[EmpathizeState](./x-components.empathizestate.md)<!-- -->&gt; ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [setIsOpen](./x-components.empathizemutations.setisopen.md) | | (isOpen: boolean) =&gt; void | Sets the isOpen state of the module, which is used in the Alias API. |