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

    Interface InputTranslation

    interface InputTranslation {
        confirmMessage?: string;
        patternMismatchMessage?: string;
        rangeOverflowMessage?: string;
        rangeUnderflowMessage?: string;
        requiredValidationMessage?: string;
        tooLongMessage?: string;
        tooShortMessage?: string;
        typeMismatchMessage?: string;
    }
    Index

    Properties

    confirmMessage?: string
    patternMismatchMessage?: string
    rangeOverflowMessage?: string
    rangeUnderflowMessage?: string
    requiredValidationMessage?: string
    tooLongMessage?: string
    tooShortMessage?: string
    typeMismatchMessage?: string