@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 1.14 kB
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
<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)<!-- --><ModuleName>
</td><td>
</td></tr>
<tr><td>
[state](./x-components.storemodulestateandgetters.state.md)
</td><td>
</td><td>
[ExtractState](./x-components.extractstate.md)<!-- --><ModuleName>
</td><td>
</td></tr>
</tbody></table>