UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 747 B
<!-- 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [store](./x-components.wireparams.store.md) | | Store&lt;[RootXStoreState](./x-components.rootxstorestate.md)<!-- -->&gt; | |