Abstract
Abstract
getAbstract
onRegisters a listener that is notified when the value of this changes.
Abstract
onAbstract
setStatic
fromCreates 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.
Static
fromReturns a ReactiveValue
that is known will never change.
Static
fromCreates a ReactiveValue
with an initial value, initialValue
.
Static
fromStatic
mapReturns a reactive value derived from a single source
.
If inverseMap
is undefined
, the result is a read-only view.
Returns a reactive value derived from a single source
.
Static
union
A
ReactiveValue
is a value thatReactiveValue
s.A
ReactiveValue
is a read-only view. See MutableReactiveValue for a read-write view.Static methods in the
ReactiveValue
andMutableReactiveValue
classes are constructors (e.g.fromImmutable
).Avoid extending this class from an external library, as that may not be stable.