NotebookDocumentShowOptions#selections.

This commit is contained in:
rebornix
2021-04-12 16:05:34 -07:00
parent 9a00c870b9
commit f7e5a67039
4 changed files with 4 additions and 4 deletions

View File

@@ -861,7 +861,7 @@ export interface INotebookDocumentShowOptions {
position?: EditorGroupColumn;
preserveFocus?: boolean;
pinned?: boolean;
selection?: ICellRange;
selections?: ICellRange[];
}
export type INotebookCellStatusBarEntryDto = Dto<INotebookCellStatusBarEntry>;