Graphorin API reference v0.15.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: a bare { nodeName, args } state object is channel WRITES, never a dispatch - construct dispatches via dispatch(nodeName, args) / new Dispatch(...).