---
title: "State"
description: "A value holder where reads to the [value] property during the execution of a [Composable]
function, the current [RecomposeScope] will be subscribed to changes of that value."
type: "interface"
---

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


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

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



```kotlin
public interface State<out T>
```


A value holder where reads to the `value` property during the execution of a `Composable`
function, the current `RecomposeScope` will be subscribed to changes of that value.



