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

    Type Alias EntityObserver

    EntityObserver: Observer & {
        apiEntity: Entity;
        entity: any;
        history: ObserverHistory;
        latestFn: () => Observer;
    }

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

    Type declaration

    • apiEntity: Entity

      The API entity associated with this observer.

    • entity: any

      The Engine entity associated with this observer.

    • history: ObserverHistory

      The history of changes made to the observer.

    • latestFn: () => Observer

      A function that returns the latest observer.