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; [NamespacedWireCommitWithoutPayload](./x-components.namespacedwirecommitwithoutpayload.md) ## NamespacedWireCommitWithoutPayload type Namespaced type for the [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) which creates a wire without payload associated. **Signature:** ```typescript export type NamespacedWireCommitWithoutPayload<ModuleName extends XModuleName> = <MutationName extends PropsWithType<ExtractMutations<XModulesTree[ModuleName]>, () => any>>(mutation: MutationName) => AnyWire; ``` **References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [PropsWithType](./x-components.propswithtype.md)<!-- -->, [ExtractMutations](./x-components.extractmutations.md)<!-- -->, [XModulesTree](./x-components.xmodulestree.md)<!-- -->, [AnyWire](./x-components.anywire.md)