cytoplasmic

    Type Alias CellObserver<T>

    CellObserver: (newValue: T) => void

    Cell observer function type. Compatible with Observer.

    Type Parameters

    • T

    Type declaration

      • (newValue: T): void
      • Parameters

        • newValue: T

          The new value of the cell.

        Returns void

    MMNEPVFCICPMFPCPTTAAATR