Represents a notebook editor that is attached to a {@link NotebookDocument notebook}.

Static variables

@:enumstaticread onlyAtTop:NotebookEditorRevealType

The range will always be revealed at the top of the viewport.

@:enumstaticread onlyDefault:NotebookEditorRevealType

The range will be revealed with as little scrolling as possible.

@:enumstaticread onlyInCenter:NotebookEditorRevealType

The range will always be revealed in the center of the viewport.

@:enumstaticread onlyInCenterIfOutsideViewport:NotebookEditorRevealType

If the range is outside the viewport, it will be revealed in the center of the viewport. Otherwise, it will be revealed with as little scrolling as possible.