• Creates a tracker of component state value.

    Returns

    New state property value tracker.

    Type Parameters

    • T = any

      A type of state property value.

    Parameters

    • context: ComponentContext<any>

      Target component context.

    • key: PropertyKey

      Property key.

    • path: StatePath = ...

      Property state path.

    Returns ValueTracker<T>

Generated using TypeDoc