Type alias: ValidationMeta

ts
type ValidationMeta: object;
type ValidationMeta: object;

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.

Source

packages/form-core/src/FormApi.ts:165

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.