Interface
ArrayItemContext
@ng-forge/dynamic-forms
Context object for array item operations (add/remove) Provides the necessary information to resolve tokens in array item event arguments
Signature
interface ArrayItemContextProperties
| Name | Type | Description |
|---|---|---|
key | string | The key of the field |
index ? | number | Array index for the item |
arrayKey ? | string | Parent array field key |
formValue ? | unknown | Form value for token resolution |
packages/dynamic-forms/src/lib/events/interfaces/array-item-context.ts:5