Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

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

    Hierarchy

    • Transform
      • ObservableTransform
    Index

    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