ResolveFieldContext
Context required to resolve a field.
Properties
| Name | Type | Description |
|---|---|---|
| destroyRef | DestroyRef | DestroyRef to check if component is destroyed |
| injector | Injector | The injector to use for the resolved field |
| loadTypeComponent | (type: string) => Promise<Type<unknown>> | The field registry to load components from |
| onError | ((fieldDef: | Optional error handler for logging |
| registry | Map<string, | The raw field registry map for mappers |