Type alias: FieldState<TData>

ts
type FieldState<TData>: object;
type FieldState<TData>: object;

An object type representing the state of a field.

Type parameters

TData

Type declaration

meta

ts
meta: FieldMeta;
meta: FieldMeta;

The current metadata of the field.

value

ts
value: TData;
value: TData;

The current value of the field.

Source

packages/form-core/src/FieldApi.ts:365

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.