Implements

  • TreeDecorator

Constructors

Properties

bubbleTooltip: string = ...
colorRegistry: ColorRegistry
decorationsByUri: Map<string, Data> = ...
decorationsService: DecorationsService
id: "decorations-service-tree-decorator-adapter" = 'decorations-service-tree-decorator-adapter'
onDidChangeDecorationsEmitter: Emitter<((tree) => Map<string, Data>)> = ...

Type declaration

    • (tree): Map<string, Data>
    • Parameters

      • tree: Tree

      Returns Map<string, Data>

parentDecorations: Map<string, Data> = ...

Accessors

Methods