NotebookDocumentShowOptions$Typings extension
Properties
-
preserveFocus
→ bool?
-
An optional flag that when
true
will stop the {@link NotebookEditornotebook editor} from taking focus.
no setter
-
preview
→ bool?
-
An optional flag that controls if an {@link NotebookEditornotebook editor}-tab shows as preview. Preview tabs will
be replaced and reused until set to stay - either explicitly or through editing. The default behaviour depends
on the
workbench.editor.enablePreview
-setting.
no setter
-
selections
→ List<NotebookRange>?
-
An optional selection to apply for the document in the {@link NotebookEditornotebook editor}.
no setter
-
viewColumn
→ ViewColumn?
-
An optional view column in which the {@link NotebookEditornotebook editor} should be shown.
The default is the {@link ViewColumn.Activeactive}. Columns that do not exist
will be created as needed up to the maximum of {@linkcode ViewColumn.Nine}.
Use {@linkcode ViewColumn.Beside} to open the editor to the side of the currently
active one.
no setter