CommandPopupMenuPresentationModel

data class CommandPopupMenuPresentationModel(panelPresentationModel: CommandPanelPresentationModel?, menuPresentationState: CommandButtonPresentationState, menuContentPadding: PaddingValues, maxVisibleMenuCommands: Int, popupPlacementStrategy: PopupPlacementStrategy, toDismissOnCommandActivation: Boolean)

Properties

maxVisibleMenuCommands
Link copied to clipboard
val maxVisibleMenuCommands: Int = 0
menuContentPadding
Link copied to clipboard
val menuContentPadding: PaddingValues
menuPresentationState
Link copied to clipboard
panelPresentationModel
Link copied to clipboard
val panelPresentationModel: CommandPanelPresentationModel? = null
popupPlacementStrategy
Link copied to clipboard
val popupPlacementStrategy: PopupPlacementStrategy
toDismissOnCommandActivation
Link copied to clipboard
val toDismissOnCommandActivation: Boolean = true