FieldSignalContext
| Generic types: | TModel |
Field signal context - the "nervous system" of the dynamic form. Provided via FIELD_SIGNAL_CONTEXT injection token.
Gives mappers and components access to form state, values, and configuration. Container fields (Group, Array) create scoped contexts with nested forms.
The form property uses Angular's FieldTree which includes Subfields
Properties
| Name | Type | Description |
|---|---|---|
| currentPageValid | Signal<boolean> | undefined | Current page validity signal for paged forms. Used by next button to determine disabled state. |
| defaultValidationMessages | | |
| defaultValues | () => TModel | |
| form | FieldTree<TModel> | |
| formOptions | | Form-level options used by button mappers to determine disabled state defaults. |
| injector | Injector | |
| value | WritableSignal<Partial<TModel> | undefined> |