Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectionService

Singleton service that is used to share the current selection globally in a Theia application. On each change of selection, subscribers are notified and receive the updated selection object.

Hierarchy

  • SelectionService

Implements

Index

Constructors

Properties

currentSelection: undefined | Object
onSelectionChanged: Event<any> = ...
onSelectionChangedEmitter: Emitter<any> = ...

Accessors

  • get selection(): undefined | Object
  • set selection(selection: undefined | Object): void