---
title: "invalidatePlacement"
description: "This will invalidate the current node's placement result, and ensure that relayout (the placement
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.invalidatePlacement() = requireLayoutNode().requestRelayout()
```


This will invalidate the current node's placement result, and ensure that relayout (the placement
block rerun) of this node will happen for the next frame .



