Skip to content

Commit

Permalink
Fix API extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 27, 2023
1 parent 2d56a0b commit 841237e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions review/api/widgets.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class AccordionPanel extends SplitPanel {
addWidget(widget: Widget): void;
collapse(index: number): void;
expand(index: number): void;
get expansionToggled(): ISignal<this, number>;
handleEvent(event: Event): void;
insertWidget(index: number, widget: Widget): void;
protected onAfterDetach(msg: Message): void;
Expand Down

0 comments on commit 841237e

Please sign in to comment.