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


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


<h2 id="bringintoviewrequester">BringIntoViewRequester</h2>

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


```kotlin
@JsName("funBringIntoViewRequester")
@RememberInComposition
fun BringIntoViewRequester(): BringIntoViewRequester
```


Create an instance of `BringIntoViewRequester` that can be used with
`Modifier.bringIntoViewRequester`. A child can then call
`BringIntoViewRequester.bringIntoView` to send a request to any `BringIntoViewModifierNode`
parent so that they adjust its content to bring this item into view.

Here is a sample where a composable is brought into view:


Here is a sample where a part of a composable is brought into view: