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

    Interface ScadaVisConfig

    Configuration options for the ScadaVis component

    interface ScadaVisConfig {
        colorTable: string[];
        pbiColors: Record<string, string>;
        pbiColorTable: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    colorTable: string[]
    pbiColors: Record<string, string>
    pbiColorTable: string[]