NEWCKEditor 5 Long-term Support is here! Find out more
Sign up (with export icon)

DropdownPanelFocusable

Api-interface icon interface

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

Methods

  • Chevron-right icon

    focus() → void

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

    Returns

    void
  • Chevron-right icon

    focusLast() → void

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

    Returns

    void