Interface CompositeTreeViewNode

interface CompositeTreeViewNode {
    accessibilityInformation?: AccessibilityInformation;
    command?: Command;
    contextValue?: string;
    description?: any;
    resourceUri?: string;
    themeIcon?: ThemeIcon;
    tooltip?: string | MarkdownString;
}

Hierarchy (view full)

  • TreeViewNode
  • ExpandableTreeNode
  • CompositeTreeNode
    • CompositeTreeViewNode

Implemented by

Properties

accessibilityInformation?: AccessibilityInformation
command?: Command
contextValue?: string
description?: any
resourceUri?: string
themeIcon?: ThemeIcon
tooltip?: string | MarkdownString