SelectKeyOption

data class SelectKeyOption(val message: String, val color: TextStyle = gray, val label: String? = null, val action: KeyOptionContext.() -> Unit)

Select Key Option

Constructors

Link copied to clipboard
constructor(message: String, color: TextStyle = gray, label: String? = null, action: KeyOptionContext.() -> Unit)

Properties

Link copied to clipboard

The action triggered when this key is pressed

Link copied to clipboard
val color: TextStyle

Color of the message

Link copied to clipboard

Label of the key

Link copied to clipboard

The help message describing what this key option does