TanStackForm v0
Auto

FieldState

Type Alias: FieldState<TData>

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

Defined in: packages/form-core/src/FieldApi.ts:407

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.

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.