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


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

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



```kotlin
interface CompositionLocalConsumerModifierNode : DelegatableNode
```


Implementing this interface allows your `Modifier.Node` subclass to read
`CompositionLocals` via the `currentValueOf` function. The values of each
CompositionLocal will be resolved based on the context of the layout node that the modifier is
attached to, meaning that the modifier will see the same values of each CompositionLocal as its
corresponding layout node.