---
title: "ThreePaneScaffoldState"
description: "The state of [ThreePaneScaffold]. It provides the layout directive and value state that will
be updated directly. It also provides functions to perform navigation."
type: "interface"
---

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


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

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



```kotlin
@ExperimentalMaterial3AdaptiveApi
interface ThreePaneScaffoldState
```


The state of `ThreePaneScaffold`. It provides the layout directive and value state that will
be updated directly. It also provides functions to perform navigation.


## Properties

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


```kotlin
val scaffoldDirective: PaneScaffoldDirective
```


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


```kotlin
val scaffoldValue: ThreePaneScaffoldValue
```



