This commit is contained in:
rebornix
2021-01-14 15:17:15 -08:00
parent 255853d171
commit e32e353bfd
13 changed files with 140 additions and 44 deletions

View File

@@ -754,6 +754,7 @@ export enum NotebookEditorRevealType {
Default = 0,
InCenter = 1,
InCenterIfOutsideViewport = 2,
AtTop = 3
}
export interface INotebookDocumentShowOptions {