Properties
-
afterBlur : () => void | undefined
module:ui/editorui/editorui~FocusableToolbarOptions#afterBlur
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
module:ui/editorui/editorui~FocusableToolbarOptions#beforeFocus
Specify a callback executed before the toolbar instance DOM element gains focus
upon the Alt + F10 keystroke.
-
isContextual : boolean | undefined
module:ui/editorui/editorui~FocusableToolbarOptions#isContextual
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.
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing?
Please report it via our issue tracker.
With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
We appreciate your feedback to help us ensure its accuracy and completeness.