@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface VideoLinkResourceJson

    interface VideoLinkResourceJson {
        allowSubtitles: boolean;
        alt: string;
        autoplay: boolean;
        caption: JsonText;
        copyright: string;
        duration: number;
        format: string;
        height: string | null;
        license: string;
        mute: boolean;
        posterImage: ImageResourceJson;
        provider: string;
        search: string;
        selected: boolean;
        showInIndex: boolean;
        showSubtitles: boolean;
        srcAlt: string[];
        thumbnails: ImageResourceJson[];
        url: string;
        width: string | null;
    }

    Hierarchy (View Summary)

    Index
    allowSubtitles: boolean
    alt: string
    autoplay: boolean
    caption: JsonText
    copyright: string
    duration: number
    format: string
    height: string | null
    license: string
    mute: boolean
    posterImage: ImageResourceJson
    provider: string
    search: string
    selected: boolean
    showInIndex: boolean
    showSubtitles: boolean
    srcAlt: string[]
    thumbnails: ImageResourceJson[]
    url: string
    width: string | null