OptionalactionsAction buttons to display at the bottom of the card.
OptionalactionsIf true, actions are only visible on hover/focus.
OptionalallowWhether to render HTML in the description. WARNING: Only enable if content is trusted to prevent XSS.
OptionalcollapsibleWhether this card can be expanded/collapsed.
OptionalcssAdditional CSS class(es) to apply to the card container.
OptionaldateDate format string (Angular DatePipe format).
OptionaldefaultWhether the card starts in expanded state.
OptionaldescriptionField name for the description/body text. If not set, uses the group's DescriptionFieldName.
OptionaldescriptionMaximum number of lines to show before truncating. Set to 0 for no limit.
OptionalexpandedFields to display only when the card is expanded. These appear in the detail section below the description.
OptionalimageField name containing the image URL. If not set, no image is displayed.
OptionalimagePosition of the image within the card.
left: Image on the left side of the headertop: Image above the content (full width)none: No image displayedOptionalimageSize preset for the image.
small: 48x48pxmedium: 80x80pxlarge: 120x120pxOptionalmaxMaximum width for the card.
OptionalminMinimum width for the card.
OptionalshowWhether to show the date in the card header.
OptionalshowWhether to show the icon in the card header.
OptionalshowWhether to show the subtitle below the title.
OptionalsummaryFields 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