Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MonacoOutlineDecorator

Hierarchy

  • MonacoOutlineDecorator

Implements

  • TreeDecorator

Index

Constructors

Properties

emitter: Emitter<((tree: Tree) => Map<string, Data>)> = ...
id: "theia-monaco-outline-decorator" = 'theia-monaco-outline-decorator'

Accessors

  • get onDidChangeDecorations(): Event<((tree: Tree) => Map<string, Data>)>

Methods

  • collectDecorations(tree: Tree): Map<string, Data>
  • decorations(tree: Tree): Promise<Map<string, Data>>