Skip to content

Commit

Permalink
docs: new cem for Topic-P components - Toolbar
Browse files Browse the repository at this point in the history
- fixed review comments
  • Loading branch information
plamenivanov91 committed Nov 22, 2023
1 parent 798733d commit 5b531ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/Toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class Toolbar extends UI5Element {
* Returns if the overflow popup is open.
*
* @public
* @return { Promise<Boolean> }
*/
async isOverflowOpen(): Promise<boolean> {
const overflowPopover = await this.getOverflowPopover();
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/ToolbarButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class ToolbarButton extends ToolbarItem {
* </li>
* <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
* </ul>
* @default {}
* @public
*/
@property({ type: Object })
Expand Down

0 comments on commit 5b531ab

Please sign in to comment.