mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
webview id attached to notebook editor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user