@maxhealth.tech/prefab / rx / SignalValue
Type Alias: SignalValue
ts
type SignalValue = string | number | boolean | null;Defined in: rx/signal.ts:20
Allowed signal value types — intentionally excludes objects/arrays.