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

Param: callback

The callback called to observe changes.

Param: scope

The scope of the callback.

Hierarchy

  • any
    • ObservableTransform

Properties

Methods

Properties

scope: Object

The scope of the callback.

cb: Function

The callback which is observing the changes.

Methods

  • Returns void

    Inherit Doc

  • Returns void

    Inherit Doc