Skip to content

Commit

Permalink
api update
Browse files Browse the repository at this point in the history
  • Loading branch information
e218736 committed Jan 4, 2024
1 parent 5406474 commit a747e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions review/api/application.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export class Application<T extends Widget = Widget> {
activatePlugin(id: string): Promise<void>;
protected addEventListeners(): void;
protected attachShell(id: string): void;
get bubblingKeydown(): boolean;
set bubblingKeydown(value: boolean);
readonly commands: CommandRegistry;
readonly contextMenu: ContextMenu;
deactivatePlugin(id: string): Promise<string[]>;
Expand Down

0 comments on commit a747e97

Please sign in to comment.