Editor API Reference - v1.1.4
    Preparing search index...

    Type Alias AssetObserver

    AssetObserver: Observer & { apiAsset: Asset; history: ObserverHistory }

    Represents an observer for an asset, extending the base Observer.

    Type declaration

    • apiAsset: Asset

      The API asset associated with this observer.

    • history: ObserverHistory

      The history of changes made to the observer.