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

    Interface MarkerState

    Serializable snapshot of a Marker.

    interface MarkerState {
        data: Record<string, any>;
        id: string;
        label?: string;
        markerType: MarkerType;
        temporal: TimedItemTemporal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: Record<string, any>
    id: string
    label?: string
    markerType: MarkerType