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

    Function isVariable

    • Legacy variable symbol guard.

      MIGRATION NOTE: The new model distinguishes between declarations, references and descriptions. Replace code that relies on this broad guard with explicit handling of these separate interfaces (e.g. VariableDeclaration, VariableReference, VariableDescription). There is no direct one-to-one API replacement for this guard.

      Parameters

      • item: any

      Returns item is URVariable

      Refactor to use VariableDeclaration / VariableReference / VariableDescription interfaces.