@empathyco/x-components
Version:
Empathy X Components
58 lines (27 loc) • 900 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[store](./x-components.wireparams.store.md)
</td><td>
</td><td>
Store<[RootXStoreState](./x-components.rootxstorestate.md)<!-- -->>
</td><td>
</td></tr>
</tbody></table>