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