Interface: ArrayConfig
Defined in: packages/core/src/types.ts:169
Configuration for collection-style field add/remove buttons.
Applied via FormMeta registry on schemas rendered as ArrayField:
z.array(), z.set(), and z.map().
Properties
addLabel?
optionaladdLabel?:string
Defined in: packages/core/src/types.ts:171
Label for the "add item" button (default: "+ Add")
removeLabel?
optionalremoveLabel?:string
Defined in: packages/core/src/types.ts:173
Label for the "remove item" button (default: "− Remove")