Skip to content

API Reference / @gtkx/forms / Validate

Type Alias: Validate<TFieldValue, TFormValues>

Validate<TFieldValue, TFormValues> = (value, formValues) => ValidateResult | Promise<ValidateResult>

Defined in: node_modules/.pnpm/react-hook-form@7.86.0_react@19.2.8/node_modules/react-hook-form/dist/types/validator.d.ts:17

Type Parameters

TFieldValue

TFieldValue

TFormValues

TFormValues

Parameters

value

TFieldValue

formValues

TFormValues

Returns

ValidateResult | Promise<ValidateResult>

Released under the MPL-2.0 License.