---
title: "requireLayoutCoordinates"
description: "Returns the [LayoutCoordinates] of this node.

To get a signal when the [LayoutCoordinates] become available, or when its parent places it,
implement [LayoutAwareModifierNode]."
type: "function"
---

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


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


```kotlin
fun DelegatableNode.requireLayoutCoordinates(): LayoutCoordinates
```


Returns the `LayoutCoordinates` of this node.

To get a signal when the `LayoutCoordinates` become available, or when its parent places it,
implement `LayoutAwareModifierNode`.



