Context value asset type.
Readonly
rankA rank of context peer this asset is provided by.
0
refers to current context builder, 1
- to the peer it derives, etc.
Readonly
recentThe most recent asset evaluated by this entry asset.
undefined
when no value assets provided by this entry asset.
Readonly
supplyAsset supply.
The asset is revoked once cut off.
Iterates over value assets in the same order they are provided by this entry asset.
Passes each asset to the given callback
function, until the latter returns false
or there are no more
assets.
Assets callback.
Iterates over value assets with the most recent assets iterated first. I.e. in reverse order to the order they are provided by this entry asset.
Passes each asset to the given callback
function until the latter returns false
or there are no more assets.
Assets callback.
Starts tracing for this asset updates.
Whenever this asset is updated, the registered receiver will be notified, until updates supply cut off.
A no-op receiver function to call on every asset update.
Optional
tracking: CxTrackingUpdates tracking options.
Updates supply. Stops updates tracking once cut off. Cut off immediately if this asset is not updatable.
Generated using TypeDoc
An asset provided for context entry.