Documentation
Framework
Version
API Reference

FieldInfo

Type Alias: FieldInfo<TFormData>

type FieldInfo<TFormData> = object;
type FieldInfo<TFormData> = object;

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

An object representing the field information for a specific field within the form.

Type Parameters

TFormData

Type declaration

instance

instance: 
  | FieldApi<TFormData, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>
  | null;
instance: 
  | FieldApi<TFormData, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>
  | null;

An instance of the FieldAPI.

validationMetaMap

validationMetaMap: Record<ValidationErrorMapKeys, ValidationMeta | undefined>;
validationMetaMap: Record<ValidationErrorMapKeys, ValidationMeta | undefined>;

A record of field validation internal handling.

Our Partners
Code Rabbit
Cloudflare
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.

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.