Type alias ValidatorFunction<UElement>

ValidatorFunction<UElement>: ((element: UElement, e?: Event) => boolean)

Type Parameters

Type declaration

    • (element: UElement, e?: Event): boolean
    • Function that checks if the element value is valid.

      Parameters

      • element: UElement
      • Optional e: Event

      Returns boolean

Generated using TypeDoc