Liking cljdoc? Tell your friends :D

dots.vscode.notebook-document-show-options

Represents options to configure the behavior of showing a {@link NotebookDocument notebook document} in an {@link NotebookEditor notebook editor}.

Represents options to configure the behavior of showing a {@link NotebookDocument notebook document} in an {@link NotebookEditor notebook editor}.
raw docstring

preserve-focus?cljs

(preserve-focus? notebook-document-show-options)

An optional flag that when true will stop the {@link NotebookEditor notebook editor} from taking focus.

An optional flag that when `true` will stop the {@link NotebookEditor notebook editor} from taking focus.
sourceraw docstring

preview?cljs

(preview? notebook-document-show-options)

An optional flag that controls if an {@link NotebookEditor notebook 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.

An optional flag that controls if an {@link NotebookEditor notebook 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.
sourceraw docstring

selectionscljs

(selections notebook-document-show-options)

An optional selection to apply for the document in the {@link NotebookEditor notebook editor}.

An optional selection to apply for the document in the {@link NotebookEditor notebook editor}.
sourceraw docstring

view-columncljs

(view-column notebook-document-show-options)

An optional view column in which the {@link NotebookEditor notebook editor} should be shown. The default is the {@link ViewColumn.Active active}. 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.

An optional view column in which the {@link NotebookEditor notebook editor} should be shown.
The default is the {@link ViewColumn.Active active}. 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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close