UNPKG

@empathyco/x-components

Version:
74 lines (33 loc) 1.14 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) ## StoreModuleStateAndGetters interface Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. **Signature:** ```typescript export interface StoreModuleStateAndGetters<ModuleName extends XModuleName> ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [getters](./x-components.storemodulestateandgetters.getters.md) </td><td> </td><td> [ExtractGetters](./x-components.extractgetters.md)<!-- -->&lt;ModuleName&gt; </td><td> </td></tr> <tr><td> [state](./x-components.storemodulestateandgetters.state.md) </td><td> </td><td> [ExtractState](./x-components.extractstate.md)<!-- -->&lt;ModuleName&gt; </td><td> </td></tr> </tbody></table>