If focus scope contains the currently focused element, then moves focus to the closest focusable element below the currently focused element.
Optionaloptions: UnorderedFocusOptionsFocus options.
true if an element was focused.
Focuses the first focusable element inside a focus scope.
Optionaloptions: OrderedFocusOptionsFocus options.
true if an element was focused.
Focuses the last focusable element inside a focus scope.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: UnorderedFocusOptionsFocus options.
true if an element was focused.
Returns true if the currently focused element is contained inside the scope container.
Returns true if a focus scope contains focused element, or if a focus scope is a part of an active focus trap.
Controls that move focus inside a focus scope.