ValidationResult

data class ValidationResult(val valid: Boolean, val message: Component)(source)

Result of validating anvil input.

Constructors

Link copied to clipboard
constructor(valid: Boolean, message: Component)

Properties

Link copied to clipboard
val message: Component

Feedback text shown in the output slot

Link copied to clipboard

Whether the current input passes validation