<!-- 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

<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&lt;[StoreEmitters](./x-components.storeemitters.md)<!-- -->&lt;Module\['storeModule'\]&gt;&gt;


</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)<!-- -->&lt;Module\['storeModule'\]&gt;


</td><td>

_(Optional)_ The options to override the default store module configuration.


</td></tr>
</tbody></table>

