UNPKG

@empathyco/x-components

Version:
23 lines (13 loc) 701 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XActionContext](./x-components.xactioncontext.md) &gt; [dispatch](./x-components.xactioncontext.dispatch.md) ## XActionContext.dispatch() method **Signature:** ```typescript dispatch<ActionName extends PropsWithType<Actions, () => any>>(action: ActionName): ExtractActionReturn<Actions[ActionName]>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | action | ActionName | | **Returns:** [ExtractActionReturn](./x-components.extractactionreturn.md)<!-- -->&lt;Actions\[ActionName\]&gt;