Interface

DropdownPanelFocusable (ui/dropdown)

@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable

interface

The dropdown panel interface for focusable contents. It provides two methods for managing focus of the contents of dropdown's panel.

Filtering

Methods

  • focus() → void

    Focuses the view element or first item in view collection on opening dropdown's panel.

    Returns

    void
  • focusLast() → void

    Focuses the view element or last item in view collection on opening dropdown's panel.

    Returns

    void