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

```kotlin
@ExperimentalMaterial3AdaptiveApi
sealed interface PaneScaffoldValue<Role : PaneScaffoldRole>
```

Interface to provide adapted value of panes.

#### Parameters

| | |
| --- | --- |
| Role | The type of the [PaneScaffoldRole](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/interfaces/PaneScaffoldRole) that will be used by the pane scaffold implementation to index the pane and its associated [PaneAdaptedValue](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/interfaces/PaneAdaptedValue). |

## Functions

<h2 id="get-role">get</h2>

```kotlin
operator fun get(role: Role): PaneAdaptedValue
```

Returns the [PaneAdaptedValue](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/interfaces/PaneAdaptedValue) of the given [role](/jetpack-compose/androidx.compose.ui/ui/classes/Role) of a pane.