Interface CxTracker<T>

Value changes tracker.

Type Parameters

  • T

    Tracked value type.

Hierarchy

Properties

Methods

Properties

supply: Supply

Tracking supply.

Once cut off the tracker stops any tracking. E.g. the get method would throw after that.

Methods

  • 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.

    Parameters

    Returns Supply

    Tracking supply. Stops tracking once cut off.

Generated using TypeDoc