Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/workflow / / DispatchLike
Interface: DispatchLike
Defined in: packages/workflow/src/types.ts:236
Internal
Structural shape used to identify Dispatch instances without pulling the concrete class into this module's import graph. Requires the cross-realm brand (workflow-13): a bare { nodeName, args } state object is channel WRITES, never a dispatch - construct dispatches via dispatch(nodeName, args) / new Dispatch(...).
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
__graphorinDispatch | readonly | true | packages/workflow/src/types.ts:237 |
args | readonly | unknown | packages/workflow/src/types.ts:239 |
nodeName | readonly | string | packages/workflow/src/types.ts:238 |