TimelineEvent
Interface
Represents the event model of the Timeline. These are the interface fields that the Timeline events use.
Definition
Package:@progress/kendo-angular-layout
Properties
actions?
{ text: string; url: string; target?: AnchorTarget }[]
Specifies the corresponding links that are rendered under the images.
date
Date
Represents an event point on the axis.
description?
string
Specifies the text that is rendered as body of the event card.
expanded?
boolean
Specifies if the event card is expanded or collapsed by default.
images?
{ src: string; alt?: string }[]
Specifies the images that are rendered under the description.
subtitle?
string
Specifies the text that is rendered under the title.
title
string
Specifies the text that is rendered as title.