EventNavigation
Mixin
Mixin that provides keyboard-based event navigation for the Calendar. It allows users to move focus between events using Tab and other keyboard keys, integrating with the Navigator to manage focusable event elements. The mixin adapts the Scheduler's event navigation model to the Calendar's tab-based navigation pattern, where event elements are tabbable items rather than arrow-key navigated.
This mixin is used internally by the Calendar and does not require direct configuration. Keyboard navigation between events uses Tab and Shift+Tab:
const calendar = new Calendar({
// Event navigation is built in; use keyboard to navigate:
// Tab - Move to next event
// Shift+Tab - Move to previous event
// Enter - Activate event (edit or tooltip depending on feature config)
});
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
The currently focused event record.