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

    Interface ConfigurationValueItemNode

    ProgramNode is the base of all derived programNodes

    interface ConfigurationValueItemNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            description: string;
            hasMax: boolean;
            hasMin: boolean;
            max: number;
            min: number;
            value: any;
            valueType: VariableValueType;
            variable?: URVariable;
        };
        type: CONFIGURATION_VALUE_ITEM;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        description: string;
        hasMax: boolean;
        hasMin: boolean;
        max: number;
        min: number;
        value: any;
        valueType: VariableValueType;
        variable?: URVariable;
    }
    version: string