Represents different {@link TextEditor.revealRange reveal} strategies in a text editor.
Variables
read onlyDefault:TextEditorRevealType
The range will be revealed with as little scrolling as possible.
read onlyInCenter:TextEditorRevealType
The range will always be revealed in the center of the viewport.
read onlyInCenterIfOutsideViewport:TextEditorRevealType
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.