TimelineEventProps
Interface
Definition
Package:@progress/kendo-react-layout
Properties
actions?
{ text: string; url: string }[]
Specifies the corresponding links that are rendered under the images.
date
Date
Represents the TimelineEvent point on the axis.
description
string
Specifies the text that is rendered as TimelineEvent card body.
images?
{ src: string; alt?: string }[]
Specifies the images that are rendered under the description.
opened?
boolean
Specifies if the TimelineEvent card is default collapsed.
Default:
false
subtitle?
string
Specifies the text that is rendered under the title.
title
string
Specifies the text that is rendered as the TimelineEvent card title.