@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 747 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [WireParams](./x-components.wireparams.md)
## WireParams interface
Groups the payload, metadata, and the store into an object to avoid having multiple parameters.
**Signature:**
```typescript
export interface WireParams<Payload> extends WirePayload<Payload>
```
**Extends:** [WirePayload](./x-components.wirepayload.md)<!-- --><Payload>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [store](./x-components.wireparams.store.md) | | Store<[RootXStoreState](./x-components.rootxstorestate.md)<!-- -->> | |