DocumentEditor
Properties
In-memory record of events captured while editing.
Collection interface to access and locate component editors.
Optional external identifier; assigning updates the underlying document.
Page collection with navigation and visibility controls.
Functions
Applies a change log to the document editor.
Retrieves the columns for a specific table field.
Validate data integrity across fields. Implementation typically aggregates per-component validity for the active scope.
Recompute conditional logic (hide/disable, etc.). Updates component/page visibility and may trigger dependent value recomputation.
Return the underlying mutable Document reference.
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.