A custom Transform class allowing to observe changes with a callback.

Hierarchy

  • Transform
    • ObservableTransform

Constructors

Properties

Methods

Constructors

  • Parameters

    • callback: Function

      The callback called to observe changes.

    • scope: object

      The scope of the callback.

    Returns ObservableTransform

Properties

cb: Function

The callback which is observing the changes.

scope: object

The scope of the callback.

Methods

  • Returns void

  • Returns void