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

    Interface ThumbnailArgs

    Construction arguments shared by all thumbnail types.

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

    Hierarchy (View Summary)

    Index

    Properties

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

    URL of the thumbnail image.