Command Button Presentation Model
data class CommandButtonPresentationModel(presentationState: CommandButtonPresentationState, backgroundAppearanceStrategy: BackgroundAppearanceStrategy, horizontalAlignment: HorizontalAlignment, iconDimension: Dp?, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy, forceAllocateSpaceForIcon: Boolean, textStyle: TextStyle?, popupPlacementStrategy: PopupPlacementStrategy, toDismissPopupsOnActivation: Boolean, popupMenuPresentationModel: CommandPopupMenuPresentationModel, textClick: TextClick, actionRichTooltipPresentationModel: RichTooltipPresentationModel, popupRichTooltipPresentationModel: RichTooltipPresentationModel, contentPadding: PaddingValues, horizontalGapScaleFactor: Float, verticalGapScaleFactor: Float, minWidth: Dp, isMenu: Boolean) : PresentationModel
Content copied to clipboard
Types
Overlay
Link copied to clipboard
data class Overlay(presentationState: CommandButtonPresentationState?, backgroundAppearanceStrategy: BackgroundAppearanceStrategy?, horizontalAlignment: HorizontalAlignment?, iconDimension: Dp?, iconDisabledFilterStrategy: IconFilterStrategy?, iconEnabledFilterStrategy: IconFilterStrategy?, iconActiveFilterStrategy: IconFilterStrategy?, forceAllocateSpaceForIcon: Boolean?, textStyle: TextStyle?, popupPlacementStrategy: PopupPlacementStrategy?, toDismissPopupsOnActivation: Boolean?, popupMenuPresentationModel: CommandPopupMenuPresentationModel?, textClick: TextClick?, contentPadding: PaddingValues?, horizontalGapScaleFactor: Float?, verticalGapScaleFactor: Float?, isMenu: Boolean?)
Content copied to clipboard
Functions
overlay With
Link copied to clipboard
fun overlayWith(overlay: CommandButtonPresentationModel.Overlay): CommandButtonPresentationModel
Content copied to clipboard
Properties
actionRichTooltipPresentationModel
Link copied to clipboard
backgroundAppearanceStrategy
Link copied to clipboard
contentPadding
Link copied to clipboard
forceAllocateSpaceForIcon
Link copied to clipboard
horizontalAlignment
Link copied to clipboard
horizontalGapScaleFactor
Link copied to clipboard
iconActiveFilterStrategy
Link copied to clipboard
iconDimension
Link copied to clipboard
iconDisabledFilterStrategy
Link copied to clipboard
iconEnabledFilterStrategy
Link copied to clipboard
popupMenuPresentationModel
Link copied to clipboard
popupPlacementStrategy
Link copied to clipboard
popupRichTooltipPresentationModel
Link copied to clipboard
presentationState
Link copied to clipboard
toDismissPopupsOnActivation
Link copied to clipboard
verticalGapScaleFactor
Link copied to clipboard