DropdownPanelFocusable
interface
The dropdown panel interface for focusable contents. It provides two methods for managing focus of the contents of dropdown's panel.
Methods
-
focus() → voidmodule:ui/dropdown/dropdownpanelfocusable~DropdownPanelFocusable#focusFocuses the view element or first item in view collection on opening dropdown's panel.
Returns
void
-
focusLast() → voidmodule:ui/dropdown/dropdownpanelfocusable~DropdownPanelFocusable#focusLastFocuses the view element or last item in view collection on opening dropdown's panel.
Returns
void