Sign up (with export icon)

FocusableToolbarOptions

Api-interface icon interface

Properties

  • Chevron-right icon

    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.

  • Chevron-right icon

    beforeFocus : () => void | undefined

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

  • Chevron-right icon

    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.