Hierarchy (view full)

Constructors

Properties

onDidChangeOpenStateEmitter: Emitter<boolean> = ...
onDidUpdate: Event<void> = ...
onDidUpdateEmitter: Emitter<void> = ...
openerService: OpenerService
outlineViewService: OutlineViewService
LABEL: string = ...

Methods

  • Get the tooltip for the given tree node.

    • The tooltip is discovered when hovering over a tree node.
    • If available, the tooltip is the concatenation of the node name, and it's type.

    Parameters

    • node: TreeNode

      the tree node.

    Returns undefined | string

    the tooltip for the tree node if available, else undefined.