@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 1.05 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XModuleOptions](./x-components.xmoduleoptions.md)
## XModuleOptions interface
Options for overriding the default config state and wiring for a [XModule](./x-components.xmodule.md)<!-- -->.
**Signature:**
```typescript
export interface XModuleOptions<ModuleName extends XModuleName>
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config?](./x-components.xmoduleoptions.config.md) | | DeepPartial<[ExtractState](./x-components.extractstate.md)<!-- --><ModuleName> extends { config: infer Config; } ? Config : never> | _(Optional)_ The options to override the default config state for the module. |
| [wiring?](./x-components.xmoduleoptions.wiring.md) | | Partial<[Wiring](./x-components.wiring.md)<!-- -->> | _(Optional)_ The options to override the default wiring configuration for the module. |