TimelineProps
Definition
Package:@progress/kendo-react-layout
Properties
alterMode?
boolean
Renders TimelineEvents alternatingly on both sides of the axis.
false
className?
string
Specifies the CSS class names which are set to the Timeline.
collapsibleEvents?
boolean
Specifies whether the TimelineEvent cards can be expanded or collapsed.
false
dateFormat?
string
The date format for displaying the TimelineEvent date.
MMM dd, yyyy
The collection of TimelineEvents to be displayed in the Timeline.
horizontal?
boolean
Switches the Timeline to horizontal mode.
false
navigatable?
boolean
Enables keyboard navigation for the Timeline.
false
onActionClick?
(event: EventDataProps) => void
Fires when a TimelineEvent card action is clicked.
onChange?
(event: EventDataProps) => void
Fires when a TimelineEvent card is toggled.
transitionDuration?
number
Specifies the time for sliding to the next TimelineEvent in horizontal mode and collapsing the TimelineEvent in vertical mode. The default value are:
300msfor horizontal400msfor vertical