Represents sources that can cause {@link window.onDidChangeTextEditorSelection selection change events}.

Variables

@:enum@:implread onlyCommand:TextEditorSelectionChangeKind

Selection changed because a command ran.

@:enum@:implread onlyKeyboard:TextEditorSelectionChangeKind

Selection changed due to typing in the editor.

@:enum@:implread onlyMouse:TextEditorSelectionChangeKind

Selection change due to clicking in the editor.