UNPKG

@empathyco/x-components

Version:
78 lines (35 loc) 919 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [EmpathizeState](./x-components.empathizestate.md) ## EmpathizeState interface Empathize store state. **Signature:** ```typescript export interface EmpathizeState ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [config](./x-components.empathizestate.config.md) </td><td> </td><td> [EmpathizeConfig](./x-components.empathizeconfig.md) </td><td> The config of `Empathize` module. </td></tr> <tr><td> [isOpen](./x-components.empathizestate.isopen.md) </td><td> </td><td> boolean </td><td> The current state of the empathize. </td></tr> </tbody></table>