Optional
approveReturns true
if an element is allowed to receive focus. By default, all candidates are approved.
Optional
focusThe ordered list of focus cycling modifiers.
By default, no focus cycling is done.
Optional
isIf true
then arrow navigation is disabled.
Optional
isRTLIf true
then ArrowLeft and ArrowRight behavior is mirrored when focus is cycled.
By default, RTL is derived a document.
Optional
isIf true
no scrolling will occur after element receives focus, otherwise the browser scrolls the document to bring
the newly-focused element into view.
Optional
orientationNavigation orientation:
Optional
pagingPageUp and PageDown keys behavior:
Optional
sortSorts elements that are candidates to be focused. By default, elements are sorted in a document order.
Props of the useArrowKeysNavigation hook.