Constructors

Properties

checkboxState?: TreeItemCheckboxState | {
    accessibilityInformation?: AccessibilityInformation;
    state: TreeItemCheckboxState;
    tooltip?: string;
}

Type declaration

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

Type declaration

  • dark: string | URI
  • light: string | URI
id?: string
label?: string | TreeItemLabel
resourceUri?: URI
tooltip?: string