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

    Interface TabInputVariable

    interface TabInputVariable {
        name: string;
        suppressed?: boolean;
        valueType: TabInputValueType;
    }
    Index

    Properties

    name: string
    suppressed?: boolean