Interface

PaneScaffoldPaneScope

The pane scope of the current pane under the scope, which provides the pane relevant info like its role and PaneMotion.

Source set: Common
@ExperimentalMaterial3AdaptiveApi
sealed interface PaneScaffoldPaneScope<Role : PaneScaffoldRole>

The pane scope of the current pane under the scope, which provides the pane relevant info like its role and PaneMotion.

Properties

paneRole

Source set: Common
val paneRole: Role

The role of the current pane in the scope.

paneMotion

Source set: Common
val paneMotion: PaneMotion

The specified pane motion of the current pane in the scope.

isInteractable

Source set: Common
val isInteractable: Boolean

Indicates if the pane should be interactable, i.e. focusable, clickable, etc. A pane can be non-interactable if it's PaneAdaptedValue.Hidden or being covered by a scrim casted by a PaneAdaptedValue.Levitated pane.

Last updated: