Optional actionsAction buttons to display at the bottom of the card.
Optional actionsIf true, actions are only visible on hover/focus.
false
Optional allowWhether to render HTML in the description. WARNING: Only enable if content is trusted to prevent XSS.
false
Optional collapsibleWhether this card can be expanded/collapsed.
true
Optional cssAdditional CSS class(es) to apply to the card container.
Optional dateDate format string (Angular DatePipe format).
'MMM d, yyyy'
'short', 'medium', 'MMM d, yyyy h:mm a'
Optional defaultWhether the card starts in expanded state.
false
Optional descriptionField name for the description/body text. If not set, uses the group's DescriptionFieldName.
Optional descriptionMaximum number of lines to show before truncating. Set to 0 for no limit.
3
Optional expandedFields to display only when the card is expanded. These appear in the detail section below the description.
Optional imageField name containing the image URL. If not set, no image is displayed.
Optional imagePosition of the image within the card.
left: Image on the left side of the headertop: Image above the content (full width)none: No image displayed'left'
Optional imageSize preset for the image.
small: 48x48pxmedium: 80x80pxlarge: 120x120px'small'
Optional maxMaximum width for the card.
'400px'
Optional minMinimum width for the card.
'200px', '15rem'
Optional showWhether to show the date in the card header.
true
Optional showWhether to show the icon in the card header.
true
Optional showWhether to show the subtitle below the title.
true
Optional summaryFields to always display (even when collapsed). These appear as compact field:value pairs.
Configuration for how timeline cards are displayed. Can be set at the group level (applies to all events in group) or overridden per-event via
EventConfigFunction.Example