Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed May 24, 2024
1 parent d5fbc40 commit 2711587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review/api/coreutils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class PluginRegistry<T = any> {
activatePlugin(id: string): Promise<void>;
activatePlugins(kind: 'startUp' | 'defer', options?: PluginRegistry.IStartOptions): Promise<void>;
get application(): T;
set application(v: any);
set application(v: T);
deactivatePlugin(id: string): Promise<string[]>;
get deferredPlugins(): string[];
deregisterPlugin(id: string, force?: boolean): void;
Expand Down

0 comments on commit 2711587

Please sign in to comment.