Readonly
notebookThe notebook document associated with this notebook editor.
The primary selection in this notebook editor.
All selections in this notebook editor.
The primary selection (or focused range) is selections[0]
. When the document has no cells, the primary selection is empty { start: 0, end: 0 }
;
Optional
Readonly
viewThe column in which this editor shows.
Readonly
visibleThe current visible ranges in the editor (vertically).
Scroll as indicated by revealType
in order to reveal the given range.
A range.
Optional
revealType: NotebookEditorRevealTypeThe scrolling strategy for revealing range
.
Represents a notebook editor that is attached to a notebook. Additional properties of the NotebookEditor are available in the proposed API, which will be finalized later.