Interface that allows libraries to override the behavior of ThreePaneScaffold.

To override this component, implement the member function of this interface, then provide the implementation to LocalThreePaneScaffoldOverride in the Compose hierarchy.

Summary

Public functions

Unit

Behavior function that is called by the ThreePaneScaffold composable.

Cmn

Public functions

@Composable
fun ThreePaneScaffoldOverrideContext.ThreePaneScaffold(): Unit

Behavior function that is called by the ThreePaneScaffold composable.