<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;[StoreEmitters](./x-components.storeemitters.md)<!-- -->&lt;Module\['storeModule'\]&gt;&gt; | _(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)<!-- -->&lt;Module\['storeModule'\]&gt; | _(Optional)_ The options to override the default store module configuration. |

