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

    Interface ValueItem

    Defines a value item

    interface ValueItem {
        description: string;
        max?: number;
        min?: number;
        nodeGuid: string;
        symbol: URSymbol;
        type: "Value";
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    max?: number
    min?: number
    nodeGuid: string
    symbol: URSymbol
    type: "Value"
    value: any