---
title: "currentRecomposeScope"
description: "Returns an object which can be used to invalidate the current scope at this point in composition.
This object can be used to manually cause recompositions."
type: "property"
---

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


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

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


```kotlin
public val currentRecomposeScope: RecomposeScope
```


Returns an object which can be used to invalidate the current scope at this point in composition.
This object can be used to manually cause recompositions.



