New to Kendo UI for Angular? Start a free 30-day trial
TimelineEvent
Represents the event model of the Timeline. These are the interface fields that the Timeline events use.
Name | Type | Default | Description |
---|---|---|---|
actions? |
|
Specifies the corresponding links that are rendered under the images. | |
date |
|
Represents an event point on the axis. | |
description? |
|
Specifies the text that is rendered as body of the event card. | |
expanded? |
|
Specifies if the event card is expanded or collapsed by default. | |
images? |
|
Specifies the images that are rendered under the description. | |
subtitle? |
|
Specifies the text that is rendered under the title. | |
title |
|
Specifies the text that is rendered as title. |