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

    Type Alias StillImageFilmLinkResource

    type StillImageFilmLinkResource = {
        stillImageFilmLink?: {
            allowSubtitles?: boolean;
            alt?: string;
            autoplay?: boolean;
            duration?: string;
            height?: number;
            mute?: boolean;
            posterImage?: {
                alt?: string;
                caption?: BitmarkPlus;
                copyright?: string;
                height?: number;
                license?: string;
                search?: string;
                selected?: boolean;
                showInIndex?: boolean;
                src?: string;
                src1x?: string;
                src2x?: string;
                src3x?: string;
                src4x?: string;
                srcAlt?: string[];
                width?: number;
                zoomDisabled?: boolean;
                [key: string]: unknown;
            };
            showSubtitles?: boolean;
            thumbnails?: StillImageFilmLinkResourceStillImageFilmLinkThumbnail[];
            url?: string;
            width?: number;
            [key: string]: unknown;
        };
        type: "still-image-film-link";
    }
    Index
    stillImageFilmLink?: {
        allowSubtitles?: boolean;
        alt?: string;
        autoplay?: boolean;
        duration?: string;
        height?: number;
        mute?: boolean;
        posterImage?: {
            alt?: string;
            caption?: BitmarkPlus;
            copyright?: string;
            height?: number;
            license?: string;
            search?: string;
            selected?: boolean;
            showInIndex?: boolean;
            src?: string;
            src1x?: string;
            src2x?: string;
            src3x?: string;
            src4x?: string;
            srcAlt?: string[];
            width?: number;
            zoomDisabled?: boolean;
            [key: string]: unknown;
        };
        showSubtitles?: boolean;
        thumbnails?: StillImageFilmLinkResourceStillImageFilmLinkThumbnail[];
        url?: string;
        width?: number;
        [key: string]: unknown;
    }
    type: "still-image-film-link"