Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TreeItem

Index

Constructors

  • new TreeItem(label: string | TreeItemLabel, collapsibleState?: TreeItemCollapsibleState): TreeItem
  • new TreeItem(resourceUri: URI, collapsibleState?: TreeItemCollapsibleState): TreeItem

Properties

collapsibleState: TreeItemCollapsibleState = TreeItemCollapsibleState.None
command?: Command
contextValue?: string
iconPath?: string | URI | ThemeIcon | { dark: string | URI; light: string | URI }
id?: string
label?: string | TreeItemLabel
resourceUri?: URI
tooltip?: string