Skip to content

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

PropertyModifierTypeDefined in
__graphorinDispatchreadonlytruepackages/workflow/src/types.ts:237
argsreadonlyunknownpackages/workflow/src/types.ts:239
nodeNamereadonlystringpackages/workflow/src/types.ts:238