ToolbarOptions
Options passed to the constructor of the toolbar.
Properties
-
isFloating : boolean | undefinedmodule:ui/toolbar/toolbarview~ToolbarOptions#isFloatingThis option should be enabled for toolbars in absolutely positioned containers without width restrictions to enable automatic
itemsgrouping. When this option is set totrue, the items will stop wrapping to the next line and together withshouldGroupWhenFull, this will allow grouping them when there is not enough space in a single row. -
shouldGroupWhenFull : boolean | undefinedmodule:ui/toolbar/toolbarview~ToolbarOptions#shouldGroupWhenFullWhen set to
true, the toolbar will automatically groupitemsthat 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. For toolbars in absolutely positioned containers without width restrictions also theisFloatingoption is required to betrue.See also:
maxWidth.