ObjectAccessor

Type Alias: ObjectAccessor<TPrefix, TKey>

ts
type ObjectAccessor<TPrefix, TKey> = TPrefix extends "" ? `${TKey}` : `${TPrefix}.${TKey}`;
type ObjectAccessor<TPrefix, TKey> = TPrefix extends "" ? `${TKey}` : `${TPrefix}.${TKey}`;

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

Type Parameters

TPrefix extends string

TKey extends string | number

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.