toggle menu
ui
0.24.2
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
items
items
fun
MenuScope
.
items
(
count
:
Int
,
isSelected
:
(
Int
)
->
Boolean
,
onItemClick
:
(
Int
)
->
Unit
,
content
:
@
Composable
(
Int
)
->
Unit
)
fun
<
T
>
MenuScope
.
items
(
items
:
List
<
T
>
,
isSelected
:
(
T
)
->
Boolean
,
onItemClick
:
(
T
)
->
Unit
,
content
:
@
Composable
(
T
)
->
Unit
)