Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookEditor

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.

Hierarchy

  • NotebookEditor

Index

Properties(5)

Readonly notebook

The notebook document associated with this notebook editor.

selection

selection: NotebookRange

The primary selection in this notebook editor.

selections

selections: readonly NotebookRange[]

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 };

Readonly visibleRanges

visibleRanges: readonly NotebookRange[]

The current visible ranges in the editor (vertically).

Optional Readonly viewColumn

viewColumn: ViewColumn

The column in which this editor shows.

Methods(1)

revealRange

Generated by TypeDoc. Maintained by 洛竹