Type Alias UFTrackStateCallback<T>

UFTrackStateCallback: (element: T, value: any, data: UFModel) => void

Callback function that gets called whenever the property changes. It passes the element, the property value and the data containing the property.

Type Parameters

  • T extends Element

Type declaration

    • (element: T, value: any, data: UFModel): void
    • Parameters

      • element: T
      • value: any
      • data: UFModel

      Returns void