The ui5-toolbar-separator is an element, used for visual separation between two elements.
It takes no space in calculating toolbar items width.
Properties
overflowPriority
| Description | Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set, the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it. |
| Type | "Default" | "NeverOverflow" | "AlwaysOverflow" |
| Default | "Default" |
preventOverflowClosing
| Description | Defines if the toolbar overflow popup should close upon intereaction with the item. It will close by default. |
| Type | boolean |
| Default | false |
expandInOverflow
| Description | Defines if the component, wrapped in the toolbar item, should be expanded in the overflow popover. |
| Type | boolean |
| Default | false |
| Since | 2.19.0 |
Slots
default
| Description | Wrapped component slot. |
| Type | Array<IOverflowToolbarItem> |
| Since | 2.19.0 |
Events
No events available for this component.
Methods
No methods available for this component.
CSS Parts
No CSS parts available for this component.