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

    Interface ScadaVisInitParams

    Init parameters for scadavisInit function

    interface ScadaVisInitParams {
        colorsTable?: string | ColorsTable;
        container?: string | HTMLElement;
        iframeparams?: string;
        styleParams?: string;
        svgurl?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    colorsTable?: string | ColorsTable
    container?: string | HTMLElement
    iframeparams?: string
    styleParams?: string
    svgurl?: string