Interface

ToolbarOptions (ui/toolbar)

@ckeditor/ckeditor5-ui/src/toolbar/toolbarview

interface

Options passed to the constructor of the toolbar.

Filtering

Properties

  • shouldGroupWhenFull : Boolean

    When set to true, the toolbar will automatically group items that would normally wrap to the next line when there is not enough space to display them in a single row, for instance, if the parent container of the toolbar is narrow.

    Also see: maxWidth.