VS Code API
Official docs
Repository
Preparing search index...
vscode
TreeViewSelectionChangeEvent
Interface TreeViewSelectionChangeEvent<T>
The event that is fired when there is a change in
tree view's selection
interface
TreeViewSelectionChangeEvent
<
T
>
{
selection
:
readonly
T
[]
;
}
Type Parameters
T
Index
Properties
selection
Properties
Readonly
selection
selection
:
readonly
T
[]
Selected elements.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
selection
Official docs
Repository
VS Code API
Loading...
The event that is fired when there is a change in tree view's selection