Skip to content

Commit

Permalink
Auto Save Allow Boolean.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitesh <[email protected]>
  • Loading branch information
miteshgoplani committed Jul 30, 2020
1 parent b13fbd4 commit 4f8e891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/src/mvd-window-management.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ declare namespace MVDWindowManagement {
closeWindow(windowId: MVDWindowManagement.WindowId): void;
closeAllWindows():void;
requestWindowFocus(windowId: MVDWindowManagement.WindowId): boolean;
autoSaveFileAllowDelete : boolean;
}
}

Expand Down

0 comments on commit 4f8e891

Please sign in to comment.