Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/workflow / / anyValue
Function: anyValue()
ts
function anyValue<T>(opts?): AnyValue<T>;Defined in: packages/core/dist/channels/channels.d.ts:110
Construct an AnyValue channel.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
opts? | { default?: T; } |
opts.default? | T |
Returns
AnyValue<T>