Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISelection

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

Hierarchy

  • ISelection

Index

Properties

Readonly positionColumn

positionColumn: number

The column on positionLineNumber where the selection has ended.

Readonly positionLineNumber

positionLineNumber: number

The line number on which the selection has ended.

Readonly selectionStartColumn

selectionStartColumn: number

The column on selectionStartLineNumber where the selection has started.

Readonly selectionStartLineNumber

selectionStartLineNumber: number

The line number on which the selection has started.

Generated using TypeDoc