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

    Interface DialogInputReturnData

    interface DialogInputReturnData {
        valid: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    valid: boolean
    value: string