ManagedArrayItemFieldInput

ManagedArrayItemFieldInput

A nested field of a managed array. Requires a stable id, including when creating the field.

Definition

type ManagedArrayItemFieldInput = Extract<ManagedCollectionFieldInputData, { type: ArrayItemFieldType; }>