ValidationResult

class ValidationResult(val messages: Flow<List<ComponentValidationMessage>>?)

Constructors

Link copied to clipboard
fun ValidationResult(messages: Flow<List<ComponentValidationMessage>>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hasSeverity: Flow<Severity?>
Link copied to clipboard
val messages: Flow<List<ComponentValidationMessage>>?