FormConfigurationValidationResult
| Extends: | |
Extended validation result including warnings
Properties
| Name | Type | Description |
|---|---|---|
| errors inherited from | string[] | Array of validation errors if form is invalid |
| isValid inherited from | boolean | Whether the form configuration is valid for the detected mode |
| mode inherited from | | The detected form mode |
| warnings | string[] | Array of warning messages that don't prevent form operation |