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

    Interface ObservationState

    Serializable snapshot of an Observation.

    interface ObservationState {
        data: Record<string, any>;
        id: string;
        items: ObservationItem[];
        label: string | undefined;
        temporal: TimedItemTemporal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: Record<string, any>
    id: string
    label: string | undefined