Skip to content

Commit

Permalink
Zowe Suite v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Aug 27, 2020
2 parents f32403f + c9c7ac3 commit 4e95f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/src/mvd-window-management.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ declare namespace MVDWindowManagement {
closeWindow(windowId: MVDWindowManagement.WindowId): void;
closeAllWindows():void;
requestWindowFocus(windowId: MVDWindowManagement.WindowId): boolean;
autoSaveFileAllowDelete : boolean;
autoSaveDataClean : boolean;
launchDesktopAutoSavedApplications() : void;
}
}

Expand Down

0 comments on commit 4e95f18

Please sign in to comment.