Skip to main content

TimelineGroupItem

<ui5-timeline-group-item> | Since 2.1.0

An entry posted on the timeline. It is intented to represent a group of <ui5-timeline-item>s.

Note: Please do not use empty groups in order to preserve the intended design.

Properties

groupName

DescriptionDefines the text of the button that expands and collapses the group.
Typestring | undefined
Defaultundefined

collapsed

DescriptionDetermines if the group is collapsed or expanded.
Typeboolean
Defaultfalse

Slots

default

DescriptionDetermines the content of the ui5-timeline-group-item.
TypeArray<ITimelineItem>

Events

toggle

DescriptionFired when the group item is expanded or collapsed.
TypeCustomEvent
BubblesYes
CancelableNo

Methods

No methods available for this component.

CSS Parts

No CSS parts available for this component.

CSS Custom States

No CSS custom states available for this component.