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

    Legacy variable class used for discovering variables in tree node parameters.

    REPLACEMENT: Use the variable interfaces exported from @universal-robots/contribution-api/types/symbols:

    MIGRATION AID: To convert legacy URVariable objects to the new model, invoke the variable upgrade endpoint (upgradeURVariable). It returns either an existing VariableDescriptionWithReference for variable references, or a new VariableDeclaration for variable declarations.

    Use the variable interfaces & constants from types/symbols/variable.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    declaredByID?: string
    name: string
    reference?: boolean
    suppressed?: boolean
    type: Variable = URSymbolType.Variable
    valueType?: VariableValueType