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

```kotlin
@ExperimentalMaterial3AdaptiveComponentOverrideApi
interface NavigationSuiteScaffoldOverride
```

Interface that allows libraries to override the behavior of the [NavigationSuiteScaffold](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuiteScaffold)
component.

To override this component, implement the member function of this interface, then provide the
implementation to [LocalNavigationSuiteScaffoldOverride](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/properties/LocalNavigationSuiteScaffoldOverride) in the Compose hierarchy.

## Functions

```kotlin
@Composable fun NavigationSuiteScaffoldOverrideScope.NavigationSuiteScaffold()
```

Behavior function that is called by the [NavigationSuiteScaffold](/jetpack-compose/androidx.compose.material3/material3-adaptive-navigation-suite/composable-functions/NavigationSuiteScaffold) component.