NotebookEditor$Typings extension

on

Properties

notebook NotebookDocument

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

The {@link NotebookDocumentnotebook document} associated with this notebook editor.
no setter
revealRange ↔ void Function(NotebookRange, [NotebookEditorRevealType?])

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

getter/setter pair
selection NotebookRange

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

The primary selection in this notebook editor.
getter/setter pair
selections List<NotebookRange>

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

All selections in this notebook editor.
getter/setter pair
viewColumn ViewColumn?

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

The column in which this editor shows.
no setter
visibleRanges List<NotebookRange>

Available on NotebookEditor, provided by the NotebookEditor$Typings extension

The current visible ranges in the editor (vertically).
no setter