mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Fire model view close event when destroyed (#1427)
This commit is contained in:
@@ -23,4 +23,5 @@ export interface IModelView extends IView {
|
||||
registerEvent(componentId: string);
|
||||
onEvent: Event<any>;
|
||||
validate(componentId: string): Thenable<boolean>;
|
||||
readonly onDestroy: Event<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user