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.
Deprecated
Use the variable interfaces & constants from types/symbols/variable.
Legacy variable class used for discovering variables in tree node parameters.
REPLACEMENT: Use the variable interfaces exported from
@universal-robots/contribution-api/types/symbols:VARIABLE_VALUE_TYPESinstead of VariableValueType.MIGRATION AID: To convert legacy
URVariableobjects 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.Deprecated
Use the variable interfaces & constants from
types/symbols/variable.