Error

data class Error(val errorMessage: String) : SelectableInteractiveState

Error state, the component is enabled and be interacted with. An error message is displayed next to the component.

Parameters

errorMessage

The error message to display.

Constructors

Link copied to clipboard
constructor(errorMessage: String)

Properties

Link copied to clipboard