A val of val.
the value of the flatten val.
Accepts a val from anywhere and returns the latest value of the flatten val. Re-rendering is triggered when the derived value changes.
Optional
val$: ReadonlyVal<TValOrValue>A val of val.
the value of the flatten val.
Accepts a val from anywhere and returns the latest value of the flatten val. Re-rendering is triggered when the derived value changes.
A val of val.
A pure function that gets the inner from val$
.
Optional
eagerOrConfig: boolean | ValConfig<UnwrapVal<TValOrValue>>ValConfig
of Val or just the eager
. Default true
.
the value of the flatten val.
Accepts a val from anywhere and returns the latest value of the flatten val. Re-rendering is triggered when the derived value changes.
A val of val.
A pure function that gets the inner from val$
.
Optional
eagerOrConfig: boolean | ValConfig<UnwrapVal<TValOrValue>>ValConfig
of Val or just the eager
. Default true
.
the value of the flatten val$
, or undefined if val is undefined.
Accepts a val from anywhere and returns the latest value of the flatten val. Re-rendering is triggered when the derived value changes.