CommandButtonPresentationModel

data class CommandButtonPresentationModel(presentationState: CommandButtonPresentationState, backgroundAppearanceStrategy: BackgroundAppearanceStrategy, horizontalAlignment: HorizontalAlignment, iconDimension: Dp?, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy, forceAllocateSpaceForIcon: Boolean, textStyle: TextStyle?, textOverflow: TextOverflow, popupPlacementStrategy: PopupPlacementStrategy, toDismissPopupsOnActivation: Boolean, autoRepeatAction: Boolean, autoRepeatInitialInterval: Long, autoRepeatSubsequentInterval: Long, actionFireTrigger: ActionFireTrigger, popupMenuPresentationModel: CommandPopupMenuPresentationModel, textClick: TextClick, actionRichTooltipPresentationModel: RichTooltipPresentationModel, popupRichTooltipPresentationModel: RichTooltipPresentationModel, contentPadding: PaddingValues, horizontalGapScaleFactor: Float, verticalGapScaleFactor: Float, minWidth: Dp, isMenu: Boolean, sides: Sides) : PresentationModel

Types

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?, textOverflow: TextOverflow?, popupPlacementStrategy: PopupPlacementStrategy?, toDismissPopupsOnActivation: Boolean?, autoRepeatAction: Boolean?, autoRepeatInitialInterval: Long?, autoRepeatSubsequentInterval: Long?, actionFireTrigger: ActionFireTrigger?, popupMenuPresentationModel: CommandPopupMenuPresentationModel?, textClick: TextClick?, contentPadding: PaddingValues?, horizontalGapScaleFactor: Float?, verticalGapScaleFactor: Float?, isMenu: Boolean?, sides: Sides?)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
val actionFireTrigger: ActionFireTrigger
Link copied to clipboard
val autoRepeatAction: Boolean = false
Link copied to clipboard
val autoRepeatInitialInterval: Long
Link copied to clipboard
val autoRepeatSubsequentInterval: Long
Link copied to clipboard
val backgroundAppearanceStrategy: BackgroundAppearanceStrategy
Link copied to clipboard
val contentPadding: PaddingValues
Link copied to clipboard
val forceAllocateSpaceForIcon: Boolean = false
Link copied to clipboard
val horizontalAlignment: HorizontalAlignment
Link copied to clipboard
val horizontalGapScaleFactor: Float = 1.0f
Link copied to clipboard
val iconActiveFilterStrategy: IconFilterStrategy
Link copied to clipboard
val iconDimension: Dp? = null
Link copied to clipboard
val iconDisabledFilterStrategy: IconFilterStrategy
Link copied to clipboard
val iconEnabledFilterStrategy: IconFilterStrategy
Link copied to clipboard
val isMenu: Boolean = false
Link copied to clipboard
val minWidth: Dp
Link copied to clipboard
Link copied to clipboard
val popupPlacementStrategy: PopupPlacementStrategy
Link copied to clipboard
val presentationState: CommandButtonPresentationState
Link copied to clipboard
val sides: Sides
Link copied to clipboard
val textClick: TextClick
Link copied to clipboard
val textOverflow: TextOverflow
Link copied to clipboard
val textStyle: TextStyle? = null
Link copied to clipboard
val toDismissPopupsOnActivation: Boolean = true
Link copied to clipboard
val verticalGapScaleFactor: Float = 1.0f