form-graph
    Preparing search index...

    Type Alias FieldsOf<Codecs>

    FieldsOf: {
        readonly [K in keyof Codecs & string]: Reactive<
            FieldSnapshot<InferDefValue<Codecs[K]>, InferDefMeta<Codecs[K]>>
            | null,
        >
    }

    Every key of a codec registry mapped to its typed reactive field handle.

    Type Parameters

    • Codecs

      The registry carried on the store, from the form's codecs slot.