If focus scope contains the currently focused element, then moves focus to the closest focusable element below the currently focused element.
Optional
options: UnorderedFocusOptionsFocus options.
true
if an element was focused.
Focuses the first focusable element inside a focus scope.
Optional
options: OrderedFocusOptionsFocus options.
true
if an element was focused.
Focuses the last focusable element inside a focus scope.
Optional
options: OrderedFocusOptionsFocus options.
true
if an element was focused.
If focus scope contains the currently focused element, then moves focus to the closest focusable element at left side from the currently focused element.
Optional
options: UnorderedFocusOptionsFocus options.
true
if an element was focused.
If focus scope contains the currently focused element, then the next element in Tab order after it receives focus.
Optional
options: OrderedFocusOptionsFocus options.
true
if an element was focused.
If focus scope contains the currently focused element, then the previous element in Tab order before it receives focus.
Optional
options: OrderedFocusOptionsFocus options.
true
if an element was focused.
If focus scope contains the currently focused element, then moves focus to the closest focusable element at right side from the currently focused element.
Optional
options: UnorderedFocusOptionsFocus options.
true
if an element was focused.
If focus scope contains the currently focused element, then moves focus to the closest focusable element above the currently focused element.
Optional
options: UnorderedFocusOptionsFocus options.
true
if an element was focused.
Controls that move focus inside a focus scope.