TimelineComponent
Represents the Kendo UI Timeline component for Angular.
Selector
kendo-timeline
Export Name
Accessible in templates as #kendoTimelineInstance="kendoTimeline"
Inputs
Name | Type | Default | Description |
---|---|---|---|
alterMode |
|
|
Specifies whether to render events alternatingly on both sides of the axis.
Applicable when |
animation |
|
|
Specifies the time for sliding to the next event in |
collapsibleEvents |
|
|
Specifies whether the event cards can be collapsed. |
dateFormat |
|
|
Specifies the date format for displaying the event date. |
eventHeight |
|
|
Sets a specific height for the event.
This setting is supported only in |
events |
|
An array of event instances which will be shown by the Timeline. | |
eventWidth |
|
|
Sets a specific width for the event.
This setting is supported only in |
modelFields |
|
The names of the model fields from which the Timeline will read its data. | |
navigable |
|
|
Specifies whether the user can use dedicated shortcuts to interact with the Timeline. |
orientation |
|
|
Specifies the orientation of the axis. |
showDateLabels |
|
|
Specifies whether an event's date label will be visible. |
Events
Name | Type | Description |
---|---|---|
onActionClick |
|
Fires when a card's action is clicked. |
onNavigate |
|
Fires when the left or right arrow is clicked.
This event is supported only in |
onToggle |
|
Fires when a card is toggled.
This event is supported only in |
Methods
collapse | ||||||
---|---|---|---|---|---|---|
Collapses an event.
This method is supported only in | ||||||
|
expand | ||||||
---|---|---|---|---|---|---|
Expands an event.
This method is supported only in | ||||||
|
next |
---|
Switches to the next portion of events.
This method is supported only in |
open | ||||||
---|---|---|---|---|---|---|
Open event details.
This method is supported only in | ||||||
|
previous |
---|
Switches to the previous portion of events.
This method is supported only in |