LazyListItemInfo
-
Cmn
interface LazyListItemInfo
Contains useful information about an individual item in lazy lists like LazyColumn or LazyRow.
| See also | |
|---|---|
LazyListLayoutInfo |
Summary
Public properties |
||
|---|---|---|
open Any? |
The content type of the item which was passed to the item() or items() function. |
Cmn
|
Int |
The index of the item in the list. |
Cmn
|
Any |
The key of the item which was passed to the item() or items() function. |
Cmn
|
Int |
The main axis offset of the item in pixels. |
Cmn
|
Int |
The main axis size of the item in pixels. |
Cmn
|
Public properties
contentType
open val contentType: Any?
The content type of the item which was passed to the item() or items() function.