ValidationMeta

Type Alias: ValidationMeta

ts
type ValidationMeta = object;
type ValidationMeta = object;

Defined in: packages/form-core/src/FormApi.ts:334

An object representing the validation metadata for a field. Not intended for public usage.

Type declaration

lastAbortController

ts
lastAbortController: AbortController;
lastAbortController: AbortController;

An abort controller stored in memory to cancel previous async validation attempts.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.