validate
Validates the current state of the fields within the document editor. This method ensures data consistency and checks the overall integrity of the fields, typically aggregating validity across individual components within the active scope or context.
Return
A FieldsValidity object representing the aggregated validity state of all fields, where each field's integrity and status are represented by a ComponentValidity instance.