FocusableToolbarDefinition
interface
A definition of a focusable toolbar. Used by addToolbar.
Properties
module:ui/editorui/editorui~FocusableToolbarDefinition#optionsOptions of a focusable toolbar view:
isContextual: Marks the higher priority toolbar. For example when there are 2 visible toolbars, it allows to distinguish which toolbar should be focused first after thealt+f10keystrokebeforeFocus: A callback executed before theToolbarViewgains focus upon theAlt+F10keystroke.afterBlur: A callback executed afterToolbarViewloses focus uponEsckeystroke but before the focus goes back to theorigin.
module:ui/editorui/editorui~FocusableToolbarDefinition#toolbarViewAn instance of a focusable toolbar view.