components
/
dev.fritz2.components
/
FormControlComponent
/
ValidationResult
js
Validation
Result
class
ValidationResult
(messages:
Flow
<
List
<
ComponentValidationMessage
>>?)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
hasSeverity
Link copied to clipboard
js
val
hasSeverity
:
Flow
<
Severity
?>
Content copied to clipboard
messages
Link copied to clipboard
js
val
messages
:
Flow
<
List
<
ComponentValidationMessage
>>?
Content copied to clipboard