A selection in the editor. The selection is a range that has an orientation.

Hierarchy

  • ISelection

Index

Properties

positionColumn

positionColumn: number

The column on positionLineNumber where the selection has ended.

positionLineNumber

positionLineNumber: number

The line number on which the selection has ended.

selectionStartColumn

selectionStartColumn: number

The column on selectionStartLineNumber where the selection has started.

selectionStartLineNumber

selectionStartLineNumber: number

The line number on which the selection has started.