New to Kendo UI for Angular? Start a free 30-day trial
NavigationDirection
Specifies the direction for navigating through Timeline
items.
Use 'previous' to navigate to the previous item. Use 'next' to navigate to the next item.
type
NavigationDirection = "previous" | "next";