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

    ! not full typed

    type PlayerObject = {
        container: HTMLElement;
        el: HTMLElement;
        embedded: boolean;
        prevState: State;
        state: State;
        vars: PlayerVars | PlayerVarsWithSubs;
        videoLiked: TinyInt;
    }
    Index

    Properties

    container: HTMLElement
    embedded: boolean
    prevState: State
    state: State
    videoLiked: TinyInt