@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 983 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)