Liking cljdoc? Tell your friends :D

dots.vscode.notebook-editor-visible-ranges-change-event

Represents an event describing the change in a {@link NotebookEditor.visibleRanges notebook editor's visibleRanges}.

Represents an event describing the change in a {@link NotebookEditor.visibleRanges notebook editor's visibleRanges}.
raw docstring

notebook-editorcljs

(notebook-editor notebook-editor-visible-ranges-change-event)

The {@link NotebookEditor notebook editor} for which the visible ranges have changed.

Returns: NotebookEditor

The {@link NotebookEditor notebook editor} for which the visible ranges have changed.

**Returns:** `NotebookEditor`
sourceraw docstring

visible-rangescljs

(visible-ranges notebook-editor-visible-ranges-change-event)

The new value for the {@link NotebookEditor.visibleRanges notebook editor's visibleRanges}.

Returns: readonly NotebookRange[]

The new value for the {@link NotebookEditor.visibleRanges notebook editor's visibleRanges}.

**Returns:** `readonly NotebookRange[]`
sourceraw docstring

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

× close