ValidateEditor

interface ValidateEditor

Validation contract for editors exposing validity via state. Implementations should re-validate when data or visibility changes.

Inheritors

Properties

Link copied to clipboard
abstract val state: Live<ComponentValidityState>

Reactive validity state of the editor.

Functions

Link copied to clipboard
abstract fun validate(): ComponentValidity

Compute validity based on current data and constraints.