Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.feature.selection
/
SelectionDataItems
/
SelectionDataItems
Selection
Data
Items
constructor
(
totalItemCount
:
MutableIntState
,
selectedIds
:
MutableState
<
List
<
ID
>
>
,
isActive
:
MutableState
<
Boolean
>
,
menuProvider
:
@
Composable
(
data
:
SelectionDataItems
<
ID
>
)
->
Unit
)