vot.js - v2.4.12
    Preparing search index...

    Type Alias VideoBlock

    type VideoBlock = {
        autoplay: boolean;
        caption: string;
        provider: string;
        type: "video";
        video_id: string;
    }
    Index

    Properties

    autoplay: boolean
    caption: string
    provider: string
    type: "video"
    video_id: string