webview id attached to notebook editor

This commit is contained in:
rebornix
2020-05-18 16:29:02 -07:00
parent a14736ca5e
commit 55ac452768
13 changed files with 122 additions and 106 deletions

View File

@@ -1546,11 +1546,11 @@ export interface INotebookEditorPropertiesChangeData {
export interface INotebookModelAddedData {
uri: UriComponents;
handle: number;
webviewId: string;
versionId: number;
cells: IMainCellDto[],
viewType: string;
metadata?: NotebookDocumentMetadata;
attachedEditor?: { id: string; selections: number[]; }
}
export interface INotebookEditorAddData {