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.
Whether the editor has been initialized. When true, all field editors have been pre-created and cached, making fields.from calls synchronous and fast.
Reactive navigation target for the compose layer to observe. When non-null, the Form composable should scroll to the specified target. After scrolling completes, call clearNavigationTarget to reset.
Page collection with navigation and visibility controls.
Functions
Applies a change log to the document editor.
Clear the current navigation target. Should be called by the compose layer after scrolling completes.
Retrieves the columns for a specific table field.
Navigate to a page and optionally to a specific 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.