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

    Interface ScadaVisOptions

    Options for creating a ScadaVis component instance

    interface ScadaVisOptions {
        debug?: boolean;
        defaultColors?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    debug?: boolean
    defaultColors?: string[]