Function: processMap()
processMap(
schema,ctx,field,params):void
Defined in: packages/core/src/processors/collections.ts:43
Process z.map() — renders as an array-like repeater of key-value pair fieldsets.
Each entry has a key field and a value field derived from the Map's type params.
Parameters
schema
$ZodMap
The $ZodMap schema whose keyType and valueType drive the entry fieldset.
ctx
The walker context providing child processing for key and value fields.
field
The base FormField to mutate in-place.
params
Parent path metadata for constructing the entry fieldset key.
Returns
void