Component Validation Message
fun ComponentValidationMessage(path: String, severity: Severity, message: String, details: String? = null)
Content copied to clipboard
Parameters
path
location of the validated field in model
severity
used for rendering the ValidationMessage
message
contains the message
details
optional details for extending the message