---
title: "invalidateMeasurement"
description: "This invalidates the current node's measure result, and ensures that a re-measurement (the
measurement block rerun) of this node will happen for the next frame."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun LayoutModifierNode.invalidateMeasurement() = requireLayoutNode().invalidateMeasurements()
```


This invalidates the current node's measure result, and ensures that a re-measurement (the
measurement block rerun) of this node will happen for the next frame.



