This commit is contained in:
rebornix
2021-01-25 13:22:23 -08:00
parent 8d7740fe3b
commit b112052169
7 changed files with 98 additions and 7 deletions

View File

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