Notebook document content options.

This commit is contained in:
rebornix
2020-09-17 17:06:55 -07:00
parent d45d4ca352
commit e42a46ab35
7 changed files with 23 additions and 13 deletions

View File

@@ -1667,6 +1667,7 @@ export interface INotebookModelAddedData {
viewType: string;
metadata?: NotebookDocumentMetadata;
attachedEditor?: { id: string; selections: number[]; visibleRanges: ICellRange[] }
contentOptions: { transientOutputs: boolean; transientMetadata: TransientMetadata; }
}
export interface INotebookEditorAddData {