New to Kendo UI for Angular? Start a free 30-day trial
NavigationDirection
Updated on Jun 18, 2025
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";