Tracked value type.
Readonly
supplyTracking supply.
Once cut off the tracker stops any tracking. E.g. the get method would throw after that.
Accesses current value.
CxReferenceError if tracking supply cut off or there is no current value.
Most recent tracked value.
Passes current value to the given receiver.
Does nothing if there is not current value.
Current value receiver.
Starts value tracking.
Passes current value assets to the given receiver
function, then sends it again on each update, until the
returned tracking supply cut off.
Value receiver.
Optional
tracking: CxTrackingTacking options.
Tracking supply. Stops tracking once cut off.
Generated using TypeDoc
Mandatory value changes tracker.
In contrast to generic tracker this one always has current value.