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

    Type Alias GlobalVariable

    Definition of the global variable type

    type GlobalVariable = {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    value: string