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

    Interface VariableReference

    Variable reference. Use this type to store references to variables

    interface VariableReference {
        _IDENTIFIER: "VariableReference";
        id: string;
    }
    Index

    Properties

    Properties

    _IDENTIFIER: "VariableReference"
    id: string