@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 921 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [getters](./x-components.storemodulestateandgetters.getters.md) | | [ExtractGetters](./x-components.extractgetters.md)<!-- --><ModuleName> | |
| [state](./x-components.storemodulestateandgetters.state.md) | | [ExtractState](./x-components.extractstate.md)<!-- --><ModuleName> | |