---
title: "LocalWindowInfo"
description: "The CompositionLocal that provides information about the window that hosts the current [Owner]."
type: "property"
---

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


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

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


```kotlin
val LocalWindowInfo = staticCompositionLocalOf<WindowInfo> { noLocalProvidedFor("LocalWindowInfo") }
```


The CompositionLocal that provides information about the window that hosts the current `Owner`.



