compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.foundation.lazy
/
LazyListScope
/
items
items
common
composeUi
js
expect
fun
items
(
count
:
Int
,
key
:
(
index
:
Int
)
->
Any
?
=
null
,
contentType
:
(
index
:
Int
)
->
Any
?
=
{ null }
,
itemContent
:
@
Composable
LazyItemScope
.
(
index
:
Int
)
->
Unit
)
(
source
)
actual
fun
items
(
count
:
Int
,
key
:
(
index
:
Int
)
->
Any
?
,
contentType
:
(
index
:
Int
)
->
Any
?
,
itemContent
:
LazyItemScope
.
(
index
:
Int
)
->
Unit
)
(
source
)
actual
fun
items
(
count
:
Int
,
key
:
(
index
:
Int
)
->
Any
?
,
contentType
:
(
index
:
Int
)
->
Any
?
,
itemContent
:
LazyItemScope
.
(
index
:
Int
)
->
Unit
)
(
source
)