Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextEditorSelectionChangeEvent

Represents an event describing the change in a text editor's selections.

Hierarchy

  • TextEditorSelectionChangeEvent

Index

Properties

The change kind which has triggered this event. Can be undefined.

selections: readonly Selection[]

The new value for the text editor's selections.

textEditor: TextEditor

The text editor for which the selections have changed.