Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / dispatch
Function: dispatch()
ts
function dispatch<TArgs>(nodeName, args): Dispatch<TArgs>;Defined in: packages/core/src/channels/dispatch.ts:27
Convenience factory equivalent to new Dispatch(nodeName, args).
Type Parameters
| Type Parameter |
|---|
TArgs |
Parameters
| Parameter | Type |
|---|---|
nodeName | string |
args | TArgs |
Returns
Dispatch<TArgs>