# FoldablePanel
The component FoldablePanel
is used to show or hide the child elements. The component can be opened or closed. In its closed state, only the title label and the open/close button are displayed.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-foldable-panel
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
type | string possible values:
| Defines whether the component is foldable |
titleLabel | string | Text for the component title |
titleTranslate | boolean default: true | Defines whether the title text is to be translated |
isOpen | boolean default: false | Defines whether the component is initially open |
titleTooltip | string | The text for the title tooltip |
titleTooltipTranslate | boolean default: true | Defines whether the tooltip title text is to be translated |
icon | string | Name for the icon displayed in the title |