# ButtonToggleContainer

The component ButtonToggleContainer allows to switch between the two display modes "full" and "truncated".

# Properties

  • HTMLElement

  • Element tag: cm4ap-button-toggle-container

# Parameter

# Parameters in the Layout

Name Type Description
buttonPosition string
possible values:
  • top
  • left
  • bottom
  • right
default: bottom
Defines where the switch button is placed.
alignment string
possible values:
  • horizontal
  • vertical
default: vertical
Defines whether the component is displayed vertically or horizontally.
position string
possible values:
  • top
  • left
  • bottom
  • right
default: left
Defines on which side the component is displayed.
folded boolean
default: false
Defines whether the component is initially folded or not displayed.
small boolean
default: false
Defines whether the component is initially small.
transition boolean
default: false
Defines whether the component should initially use animations.
useSplitBox boolean
default: false
Defines whether the component applies split box style.
noAnimation boolean
default: false
Defines whether the component must use animation.
Request missing documentation