vot.js - v2.4.12
    Preparing search index...
    interface ServiceConf<T extends string = VOTTypes.ServiceType.VideoService> {
        additionalData?: string;
        eventSelector?: string;
        host: T;
        match?: any;
        needBypassCSP?: true;
        needExtraData?: true;
        rawResult?: true;
        selector?: string;
        shadowRoot?: true;
        url?: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    additionalData?: string
    eventSelector?: string
    host: T
    match?: any
    needBypassCSP?: true
    needExtraData?: true
    rawResult?: true
    selector?: string
    shadowRoot?: true
    url?: string