Android Developers Develop API reference 本页内容SummaryPublic propertiesPublic properties indexmainAxisSize LazyListPrefetchResultScope Artifact: androidx.compose.foundation:foundation View Source Added in 1.9.0-alpha02 Common/All选择一个或多个选项Select a platformCommon/All Cmn @ExperimentalFoundationApisealed interface LazyListPrefetchResultScope A scope for LazyListPrefetchScope.schedulePrefetch callbacks. The scope provides additional information about a prefetched item. Summary Public properties Int index The index of the prefetched item Cmn Int mainAxisSize The main axis size in pixels of the prefetched item Cmn Public properties index Cmn Added in 1.9.0-alpha02 val index: Int The index of the prefetched item mainAxisSize Cmn Added in 1.9.0-alpha02 val mainAxisSize: Int The main axis size in pixels of the prefetched item