ComponentValidity

Represents the validity state of a single component/field.

Inheritors

Properties

Link copied to clipboard
abstract val component: Component

The component being validated.

Link copied to clipboard
abstract val fieldPositionId: String

The ID of the field position on the page. Used for navigation.

Link copied to clipboard
abstract val messages: List<String>

Validation messages (e.g., error descriptions).

Link copied to clipboard
abstract val pageId: String

The ID of the page containing this component.