Represents the overall validity status of a form.Properties#
| Property | Type | Required | Description |
|---|
fields | Fields | ✅ Yes | Contains the validity status of individual form fields. |
isFormValid | boolean | ✅ Yes | Indicates whether the entire form is valid. |
triggeredBy | FieldTypeEnum | ❌ No | Specifies which field triggered the validation event. |
Type Definitions#
fields#
Contains the validity status of individual form fields.isFormValid#
Indicates whether the entire form is valid.triggeredBy (optional)#
Specifies which field triggered the validation event. Modified at 2026-02-02 22:10:25