Start native apps faster with the Composables CLI ->
Interface

PaneScaffoldValue

Interface to provide adapted value of panes.

Source set: Common
sealed interface PaneScaffoldValue<Role : PaneScaffoldRole>

Interface to provide adapted value of panes.

Parameters

Role The type of the PaneScaffoldRole that will be used by the pane scaffold implementation to index the pane and its associated PaneAdaptedValue.

Functions

get

Source set: Common
operator fun get(role: Role): PaneAdaptedValue

Returns the PaneAdaptedValue of the given role of a pane.