AbstractAbstractgetAbstractonAbstractonAbstractsetStaticfromCreates a ReactiveValue whose values come from callback.
callback is called whenever any of sourceValues are updated and initially to
set the initial value of the result.
StaticfromReturns a ReactiveValue that is known will never change.
StaticfromCreates a ReactiveValue with an initial value, initialValue.
StaticfromStaticmapReturns a reactive value derived from a single source.
If inverseMap is undefined, the result is a read-only view.
OptionalinverseMap: undefinedReturns a reactive value derived from a single source.
Staticunion
A
ReactiveValueis a value thatReactiveValues.A
ReactiveValueis a read-only view. See MutableReactiveValue for a read-write view.Static methods in the
ReactiveValueandMutableReactiveValueclasses are constructors (e.g.fromImmutable).Avoid extending this class from an external library, as that may not be stable.