@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.38 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[storeEmitters?](./x-components.privatexmoduleoptions.storeemitters.md)
</td><td>
</td><td>
Partial<[StoreEmitters](./x-components.storeemitters.md)<!-- --><Module\['storeModule'\]>>
</td><td>
_(Optional)_ The options to override events that will be emitted when the getters value or the state of the store changes.
</td></tr>
<tr><td>
[storeModule?](./x-components.privatexmoduleoptions.storemodule.md)
</td><td>
</td><td>
[XStoreModuleOptions](./x-components.xstoremoduleoptions.md)<!-- --><Module\['storeModule'\]>
</td><td>
_(Optional)_ The options to override the default store module configuration.
</td></tr>
</tbody></table>