File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,20 @@ class ToolbarItem extends UI5Element {
7272 @property ( { type : Boolean } )
7373 isOverflowed : boolean = false ;
7474
75+ /**
76+ * Defines if the component, wrapped in the toolbar item, has his own overflow mechanism.
77+ * @default false
78+ * @public
79+ * @since 2.16.2
80+ */
7581 @property ( { type : Boolean } )
7682 selfOverflowed : boolean = false ;
7783
7884 /**
85+ * Defines if the component, wrapped in the toolbar item, should be expanded in the overflow popover.
7986 * @default false
8087 * @public
81- * @since 2.16.0
88+ * @since 2.16.2
8289 */
8390
8491 @property ( { type : Boolean } )
@@ -93,7 +100,7 @@ class ToolbarItem extends UI5Element {
93100 /**
94101 * Wrapped component slot.
95102 * @public
96- * @since 2.15.0
103+ * @since 2.16.2
97104 */
98105
99106 @slot ( {
@@ -137,6 +144,7 @@ class ToolbarItem extends UI5Element {
137144 }
138145
139146 /**
147+ * Returns if the item is default wrapper for certain component.
140148 * @protected
141149 */
142150 get isDefaultWrapper ( ) {
You can’t perform that action at this time.
0 commit comments