vot.js - v2.4.12
    Preparing search index...
    interface BaseHelperOpts {
        extraInfo?: boolean;
        fetchFn?: FetchFunction;
        language?: string;
        origin?: string;
        referer?: string;
        service?: VOTTypes.ServiceType.ServiceConf<
            VOTTypes.ServiceType.VideoService,
        >;
        video?: HTMLVideoElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extraInfo?: boolean
    fetchFn?: FetchFunction
    language?: string
    origin?: string
    referer?: string