@scadavis/web-component
    Preparing search index...

    Interface ScadaVisExternalLibs

    External libraries that can be injected into the component

    interface ScadaVisExternalLibs {
        $?: any;
        d3?: any;
        vega?: any;
        vegaLite?: any;
    }
    Index

    Properties

    Properties

    $?: any
    d3?: any
    vega?: any
    vegaLite?: any