CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt.select
/
Option
/
Option
Option
constructor
(
data
:
T
,
label
:
String
=
data.toString()
,
hint
:
String
?
=
null
,
keyOptions
:
Map
<
String
,
KeyOption
>
?
=
null
,
disabled
:
String
?
=
null
,
onHover
:
suspend
SelectOption
<
out
T
>
.
(
)
->
Unit
?
=
null
)