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

    Type Alias ProgramLabelPart

    Contains one part of the label. A part consists of a type (primary or secondary) and a value

    type ProgramLabelPart = {
        type: ProgramLabelPartType;
        value: string;
    }
    Index

    Properties

    Properties

    value: string