ComponentEditor
Base contract for all component editors.
Exposes the underlying component, validation, and visibility controls. Implementations propagate value changes to dependent components and re-evaluate conditions that may hide/disable the component.
Inheritors
Properties
Functions
Link copied to clipboard
Re-compute conditional logic (hide/disable, etc.) for this component.
Link copied to clipboard
Set hidden state explicitly.
Link copied to clipboard
fun ComponentEditor.tableEditor(rowId: String? = null, schemaId: String? = null, parentPath: String? = null): TableEditor?
Resolve a TableEditor for this ComponentEditor.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Recompute and push values to dependents driven by this component.
Link copied to clipboard
Compute validity based on current data and constraints.