Interface

FocusableToolbarOptions (ui/editorui)

@ckeditor/ckeditor5-ui/src/editorui/editorui

interface

Filtering

Properties

  • afterBlur : () => void | undefined

    Specify a callback executed after the toolbar instance DOM element loses focus upon Esc keystroke but before the focus goes back to the editable element.

  • beforeFocus : () => void | undefined

    Specify a callback executed before the toolbar instance DOM element gains focus upon the Alt + F10 keystroke.

  • isContextual : boolean | undefined

    Set true if the toolbar is attached to the content of the editor. Such toolbar takes a precedence over other toolbars when a user pressed Alt + F10.