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

    Interface OperatorScreen

    OperatorScreen is the base of all derived operator screens

    interface OperatorScreen {
        parameters?: { [key: string]: any };
        type: string;
        version: string;
    }
    Index

    Properties

    parameters?: { [key: string]: any }
    type: string
    version: string