tuil
ReferencePackages@mwillbanks/tuil-formAPI

FieldValidator

type exported by @mwillbanks/tuil-form.

View rawEdit

type

Public type exported by @mwillbanks/tuil-form.

export type FieldValidator<T> = (
  value: T,
  context: ValidationContext,
) => string | undefined | Promise<string | undefined>;

Members

This declaration has no public members.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-form

On this page