Warning

data class Warning(val warningMessage: String) : SelectableInteractiveState

Warning state, the component is enabled and be interacted with. A warning message is displayed next to the component.

Parameters

warningMessage

The warning message to display.

Constructors

Link copied to clipboard
constructor(warningMessage: String)

Properties

Link copied to clipboard