ValidationResult

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

Types

Companion
Link copied to clipboard
js
object Companion

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

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