---
title: "NavigationDrawerScope"
description: "[NavigationDrawerScope] is used to provide the doesNavigationDrawerHaveFocus state to the
[NavigationDrawerItem] composable"
type: "interface"
---

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


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

<div class='sourceset sourceset-android'>Android</div>



```kotlin
interface NavigationDrawerScope
```


`NavigationDrawerScope` is used to provide the doesNavigationDrawerHaveFocus state to the
`NavigationDrawerItem` composable


## Properties

<div class='sourceset sourceset-android'>Android</div>


```kotlin
val hasFocus: Boolean
```


Whether any item within the `NavigationDrawer` or `ModalNavigationDrawer` is focused




