@byomakase/omakase-player
    Preparing search index...

    Interface ObservationUpdateableAttrs

    Fields that can be updated on an Observation at runtime.

    interface ObservationUpdateableAttrs {
        data?: Record<string, any>;
        label?: string;
        temporal?: TimedItemTemporal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data?: Record<string, any>
    label?: string