UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 983 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [NamespacedWireDispatchWithoutPayload](./x-components.namespacedwiredispatchwithoutpayload.md) ## NamespacedWireDispatchWithoutPayload type Namespaced type for the [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) which creates a wire without payload associated. **Signature:** ```typescript export type NamespacedWireDispatchWithoutPayload<ModuleName extends XModuleName> = <ActionName extends PropsWithType<ExtractActions<XModulesTree[ModuleName]>, () => any>>(action: ActionName) => AnyWire; ``` **References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [PropsWithType](./x-components.propswithtype.md)<!-- -->, [ExtractActions](./x-components.extractactions.md)<!-- -->, [XModulesTree](./x-components.xmodulestree.md)<!-- -->, [AnyWire](./x-components.anywire.md)