Type Alias Computation<T>

Computation<T>: ((get: TrackingGetter) => T)

A function that calculates the new value of the signal.

Type Parameters

  • T

Type declaration

    • (get): T
    • Parameters

      Returns T

      The value of the signal.