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

    Variable registerOperatorScreenBehaviorConst

    registerOperatorScreenBehavior: (behaviors: WorkerModule<any>) => void

    Registers a Operator Screen behavior object allowing each operator screen to call its behavior methods

    Type Declaration

      • (behaviors: WorkerModule<any>): void
      • Parameters

        • behaviors: WorkerModule<any>

          The OperatorScreenBehaviors object to register

        Returns void