Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface TabInputValue

    interface TabInputValue {
        selectedType: "VALUE" | "VARIABLE" | "EXPRESSION";
        value: ValueType;
    }
    Index

    Properties

    Properties

    selectedType: "VALUE" | "VARIABLE" | "EXPRESSION"
    value: ValueType