Command Panel Presentation Model
data class CommandPanelPresentationModel(contentPadding: PaddingValues, layoutFillMode: PanelLayoutFillMode, maxColumns: Int, maxRows: Int, showGroupLabels: Boolean, commandPresentationState: CommandButtonPresentationState, commandIconDimension: Dp, commandContentPadding: PaddingValues, commandTextStyle: TextStyle?, commandHorizontalAlignment: HorizontalAlignment, commandHorizontalGapScaleFactor: Float, commandVerticalGapScaleFactor: Float, backgroundAppearanceStrategy: BackgroundAppearanceStrategy, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy, popupPlacementStrategy: PopupPlacementStrategy, isMenu: Boolean) : PresentationModel
Content copied to clipboard
Properties
backgroundAppearanceStrategy
Link copied to clipboard
commandContentPadding
Link copied to clipboard
commandHorizontalAlignment
Link copied to clipboard
commandHorizontalGapScaleFactor
Link copied to clipboard
commandIconDimension
Link copied to clipboard
commandPresentationState
Link copied to clipboard
commandTextStyle
Link copied to clipboard
commandVerticalGapScaleFactor
Link copied to clipboard
contentPadding
Link copied to clipboard
iconActiveFilterStrategy
Link copied to clipboard
iconDisabledFilterStrategy
Link copied to clipboard
iconEnabledFilterStrategy
Link copied to clipboard
layoutFillMode
Link copied to clipboard
maxColumns
Link copied to clipboard
popupPlacementStrategy
Link copied to clipboard
showGroupLabels
Link copied to clipboard