@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 568 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PrivateXModuleOptions](./x-components.privatexmoduleoptions.md) > [storeEmitters](./x-components.privatexmoduleoptions.storeemitters.md)
## PrivateXModuleOptions.storeEmitters property
The options to override events that will be emitted when the getters value or the state of the store changes.
**Signature:**
```typescript
storeEmitters?: Partial<StoreEmitters<Module['storeModule']>>;
```