CommandPanelPresentationModel

data class CommandPanelPresentationModel(layoutSpec: PanelLayoutSpec, contentPadding: PaddingValues, contentGap: Dp, showGroupLabels: Boolean, commandPresentationState: CommandButtonPresentationState, commandIconDimension: Dp, commandContentPadding: PaddingValues, commandTextStyle: TextStyle?, commandTextOverflow: TextOverflow, commandHorizontalAlignment: HorizontalAlignment, commandHorizontalGapScaleFactor: Float, commandVerticalGapScaleFactor: Float, backgroundAppearanceStrategy: BackgroundAppearanceStrategy, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy, popupPlacementStrategy: PopupPlacementStrategy, isMenu: Boolean) : PresentationModel

Properties

Link copied to clipboard
val backgroundAppearanceStrategy: BackgroundAppearanceStrategy
Link copied to clipboard
val commandContentPadding: PaddingValues
Link copied to clipboard
val commandHorizontalAlignment: HorizontalAlignment
Link copied to clipboard
val commandHorizontalGapScaleFactor: Float = 1.0f
Link copied to clipboard
val commandIconDimension: Dp
Link copied to clipboard
Link copied to clipboard
val commandTextOverflow: TextOverflow
Link copied to clipboard
val commandTextStyle: TextStyle? = null
Link copied to clipboard
val commandVerticalGapScaleFactor: Float = 1.0f
Link copied to clipboard
val contentGap: Dp
Link copied to clipboard
val contentPadding: PaddingValues
Link copied to clipboard
val iconActiveFilterStrategy: IconFilterStrategy
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 layoutSpec: PanelLayoutSpec
Link copied to clipboard
val popupPlacementStrategy: PopupPlacementStrategy
Link copied to clipboard
val showGroupLabels: Boolean = true