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

    Interface TagDataEntry

    Tags data entry

    interface TagDataEntry {
        path: string;
        quality: boolean;
        type: "float" | "bool";
        value: number | boolean;
    }
    Index

    Properties

    Properties

    path: string
    quality: boolean
    type: "float" | "bool"
    value: number | boolean