re #105735. selections as NotebookEditor properties.

This commit is contained in:
rebornix
2020-09-03 20:28:28 -07:00
parent 45c70c29e5
commit 11158cc1d1
9 changed files with 37 additions and 33 deletions

View File

@@ -1639,11 +1639,11 @@ export interface INotebookVisibleRangesEvent {
export interface INotebookEditorPropertiesChangeData {
visibleRanges: INotebookVisibleRangesEvent | null;
selections: INotebookSelectionChangeEvent | null;
}
export interface INotebookDocumentPropertiesChangeData {
metadata: NotebookDocumentMetadata | null;
selections: INotebookSelectionChangeEvent | null;
}
export interface INotebookModelAddedData {