ObjectValue

类型别名: 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"]>;

定义于: packages/form-core/src/util-types.ts:91

类型参数

TParent extends AnyDeepKeyAndValue

T

TKey extends AllObjectKeys<T>