CreateArrayItemInjectorOptions
| Generic types: | TModel |
Options for creating an array item injector.
Properties
| Name | Type | Description |
|---|---|---|
| arrayField | | The array field definition containing this item. |
| fieldTree | FieldTree<unknown> | null | The field tree for this item (null for object items without existing FieldTree). |
| indexSignal | Signal<number> | Signal containing the current index (uses linkedSignal for auto-updates). |
| parentFieldSignalContext | | Parent context for accessing form state and values. |
| parentInjector | Injector | Parent injector for creating scoped child injector. |
| registry | Map<string, | Field registry for looking up field type definitions. |
| template | | The field template defining the array item structure. |