CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt.select
/
MultiSelectState
/
MultiSelectState
Multi
Select
State
constructor
(
optionsSupplier
:
(
)
->
List
<
Option
<
T
>
>
,
defaultCursor
:
Int
?
,
defaultOptions
:
Collection
<
T
>
,
pageSize
:
Int
,
onHover
:
(
selected
:
IndexedValue
<
Option
<
T
>
>
?
)
->
Unit
)