---
title: "findNearestBeyondBoundsLayoutAncestor"
description: "Call this function to find the nearest [BeyondBoundsLayout] to the current node."
type: "function"
---

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


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


```kotlin
fun DelegatableNode.findNearestBeyondBoundsLayoutAncestor(): BeyondBoundsLayout?
```


Call this function to find the nearest `BeyondBoundsLayout` to the current node.



