@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 1.16 kB
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)
## PrivateXModuleOptions interface
Options for overriding the default store module and store emitters for a [XModule](./x-components.xmodule.md)<!-- -->.
**Signature:**
```typescript
export interface PrivateXModuleOptions<Module extends AnyXModule>
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [storeEmitters?](./x-components.privatexmoduleoptions.storeemitters.md) | | Partial<[StoreEmitters](./x-components.storeemitters.md)<!-- --><Module\['storeModule'\]>> | _(Optional)_ The options to override events that will be emitted when the getters value or the state of the store changes. |
| [storeModule?](./x-components.privatexmoduleoptions.storemodule.md) | | [XStoreModuleOptions](./x-components.xstoremoduleoptions.md)<!-- --><Module\['storeModule'\]> | _(Optional)_ The options to override the default store module configuration. |