Skip to content

Commit

Permalink
formatting and api changes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g547315 committed Jun 28, 2023
1 parent 16d8107 commit ef10564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions review/api/widgets.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@ export class TabBar<T> extends Widget {
set currentTitle(value: Title<T> | null);
dispose(): void;
get document(): Document | ShadowRoot;
getElementData(element: { children: any })
findIndex(items: Array<{ id: string }>, id: string): number
handleEvent(event: Event): void;
insertBehavior: TabBar.InsertBehavior;
insertTab(index: number, value: Title<T> | Title.IOptions<T>): Title<T>;
Expand Down

0 comments on commit ef10564

Please sign in to comment.