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.

Implements

Constructors

Properties

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

Accessors