Common
@ExperimentalMaterial3AdaptiveApi
sealed interface ExtendedPaneScaffoldPaneScope<
Role : PaneScaffoldRole,
ScaffoldValue : PaneScaffoldValue<Role>,
> : ExtendedPaneScaffoldScope<Role, ScaffoldValue>, PaneScaffoldPaneScope<Role>
Extended scope for the panes of pane scaffolds. All pane scaffolds will implement this interface to provide necessary info for panes to correctly render their content, motion, etc.
Parameters
| Role | The type of roles that denotes panes in the associated pane scaffold. |
| ScaffoldValue | The type of scaffold values that denotes the PaneAdaptedValues in the associated pane scaffold. |