---
title: "RemeasurementModifier"
description: "A [Modifier.Element] that provides a [Remeasurement] object associated with the layout node the
modifier is applied to."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

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



```kotlin
@JvmDefaultWithCompatibility
interface RemeasurementModifier : Modifier.Element
```


A `Modifier.Element` that provides a `Remeasurement` object associated with the layout node the
modifier is applied to.


## Functions

```kotlin
fun onRemeasurementAvailable(remeasurement: Remeasurement)
```


This method is executed when the modifier is attached to the layout node.

#### Parameters

| | |
| --- | --- |
| remeasurement | `Remeasurement` object associated with the layout node the modifier is applied to. |




