Type Alias ValidateFunction

ValidateFunction: (oTargetControlOrAControlsOrValueOrValues: any) => boolean

Validation function types for the arguments of the registerValidator and registerRequiredValidator methods.

Type declaration

    • (oTargetControlOrAControlsOrValueOrValues: any): boolean
    • Parameters

      • oTargetControlOrAControlsOrValueOrValues: any

        The control or array of controls to be validated, or the table column values or array of column values to be validated

      Returns boolean

      true: valid、false: invalid