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

    Type Alias InputValidatorMessage

    See URValidationFn for the new type.

    type InputValidatorMessage = {
        message: string;
        validationType: "error" | "warning";
    }
    Index

    Properties

    message: string
    validationType: "error" | "warning"