Interface FocusKeyNavigationProps

interface FocusKeyNavigationProps {
    refFocusStart?: RefObject<HTMLElement>;
    tabForward?: CartesianDirection;
}

Hierarchy

  • HTMLAttributes<HTMLDivElement>
    • FocusKeyNavigationProps

Properties

refFocusStart?: RefObject<HTMLElement>
tabForward?: CartesianDirection

If tab and all tabIndices are the same which direction should the tab scan. Note - shift tab will go the opposite direction