<div class='sourceset sourceset-common'>Common</div>

```kotlin
sealed interface PrefetchResultScope
```

A scope for `schedulePrecompositionAndPremeasure` callbacks. The scope provides additional
information about a prefetched item.

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val placeablesCount: Int
```

The amount of placeables composed into this item.

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val index: Int
```

The index of the prefetched item.

## Functions

<h2 id="getsize-placeableindex">getSize</h2>

```kotlin
fun getSize(@IntRange(from = 0) placeableIndex: Int): IntSize
```

Retrieves the latest measured size for a given placeable `placeableIndex` in pixels.