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

    Type Alias InputValidator<T>

    InputValidator: (
        value: T,
    ) =>
        | string
        | InputValidatorMessage
        | null
        | Promise<string | InputValidatorMessage | null>

    Type Parameters

    • T extends string | number = string | number

    Type Declaration

    This type is deprecated and should be replaced with URValidationFn. See URValidationFn for the new type.