Interface
TokenContext
@ng-forge/dynamic-forms
Signature
interface TokenContextProperties
| Name | Type | Description |
|---|---|---|
key ? | string | Current field key |
index ? | number | Array index if field is inside an array |
arrayKey ? | string | Parent array field key if field is inside an array |
formValue ? | unknown | Current form value for complex indexing |
template ? | unknown | Template for array item creation |
packages/dynamic-forms/src/lib/events/utils/token-resolver.ts:4