CommandButtonPanelProjection

class CommandButtonPanelProjection(contentModel: CommandPanelContentModel, presentationModel: CommandPanelPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)

Functions

Link copied to clipboard
@Composable
fun project(modifier: Modifier = Modifier)

Properties

Link copied to clipboard
val contentModel: CommandPanelContentModel
Link copied to clipboard
val overlays: Map<Command, CommandButtonPresentationModel.Overlay>? = null
Link copied to clipboard
val presentationModel: CommandPanelPresentationModel