Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceRootNode

A node representing a folder from a multi-root workspace.

Hierarchy

  • DirNode
    • WorkspaceRootNode

Index

Properties

Optional Readonly busy

busy: number

Whether this node is busy. Greater than 0 then busy; otherwise not.

children

children: readonly TreeNode[]

Child nodes of this tree node.

Optional Readonly description

description: string

A human-readable description of this tree node.

deprecated

use LabelProvider.getLongName instead or move this property to your tree node type

expanded

expanded: boolean

Test whether this tree node is expanded.

fileStat

fileStat: FileStat

Optional focus

focus: boolean

true if the tree node has the focus. Otherwise, false. Defaults to false.

Optional Readonly icon

icon: string

A css string for this tree node icon.

deprecated

use LabelProvider.getIcon instead or move this property to your tree node type

Readonly id

id: string

An unique id of this node.

Optional Readonly name

name: string

A human-readable name of this tree node.

deprecated

use LabelProvider.getName instead or move this property to your tree node type

Optional Readonly nextSibling

nextSibling: TreeNode

A next sibling of this tree node.

parent

Optional Readonly previousSibling

previousSibling: TreeNode

A previous sibling of this tree node.

selected

selected: boolean

true if the tree node is selected. Otherwise, false.

Readonly uri

uri: default

Optional Readonly visible

visible: boolean

Test whether this node should be rendered. If undefined then node will be rendered.