Interface
FormModeDetectionResult
@ng-forge/dynamic-forms
Signature
interface FormModeDetectionResultProperties
| Name | Type | Description |
|---|---|---|
mode | FormMode | The detected form mode |
isValid | boolean | Whether the form configuration is valid for the detected mode |
errors | string[] | Array of validation errors if form is invalid |
packages/dynamic-forms/src/lib/models/types/form-mode.ts:34