Skip to content

AIDK API Reference / aidk/channels / ValueOrGetter

Type Alias: ValueOrGetter<T> ​

ts
type ValueOrGetter<T> = T | () => T;

Defined in: packages/core/src/channels/service.ts:754

Value or getter function.

Type Parameters ​

Type Parameter
T

Released under the MIT License.