ArrayItemContext
Context object for array item operations (add/remove) Provides the necessary information to resolve tokens in array item event arguments
Properties
| Name | Type | Description |
|---|---|---|
| arrayKey | string | undefined | Parent array field key |
| formValue | unknown | Form value for token resolution |
| index | number | undefined | Array index for the item |
| key | string | The key of the field |