Navigation
Represents the KendoReact Navigation functionality. It handles the navigation through a collection of DOM elements.
Definition
Package:@progress/kendo-react-common
Accessors
current
null | HTMLElement
Returns the focused DOM element from the navigation collection of DOM elements.
elements
HTMLElement[]
Returns the collection of DOM elements which the module will navigate in.
first
null | HTMLElement
Returns the first navigation DOM element.
last
null | HTMLElement
Returns the last navigation DOM element.
Methods
Focuses the passed element from the navigation collection of DOM elements.
Focuses the next element from the navigation collection of DOM elements.
HTMLElement
Focuses the previous element from the navigation collection of DOM elements.
HTMLElement
Set the first element tabIndex to 1 and -1 for the rest.
Returns the next DOM element from the navigation collection of DOM elements.
HTMLElement
Returns the previous DOM element from the navigation collection of DOM elements.
HTMLElement
Remove a focus class.
Remove a focus listener.
The keyboard events handler.
The mouse events handler.