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

    Interface DefaultThumbnailState

    Serializable snapshot of a default thumbnail with a URL and time range.

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

    Hierarchy (View Summary)

    Index

    Properties

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

    URL of the thumbnail image.