<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;Payload&gt;

## 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&lt;[RootXStoreState](./x-components.rootxstorestate.md)<!-- -->&gt;


</td><td>


</td></tr>
</tbody></table>

