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

    Interface TabInputInsertable

    These are insertables that can be added to the current expression in the expression tab. They will typically be entries in a dropdown

    interface TabInputInsertable {
        details?: string;
        label: string;
        value?: string;
    }
    Index

    Properties

    Properties

    details?: string

    For grouping in the dropdown

    label: string

    This is what is shown in the dropdown.

    value?: string

    This is what will be inserted, if different to the label