ObjectValue

Type Alias: ObjectValue<TParent, T, TKey>

ts
type ObjectValue<TParent, T, TKey> = T[TKey] | Nullable<TParent["value"]>;
type ObjectValue<TParent, T, TKey> = T[TKey] | Nullable<TParent["value"]>;

Defined in: packages/form-core/src/util-types.ts:91

Type Parameters

TParent extends AnyDeepKeyAndValue

T

TKey extends AllObjectKeys<T>

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.