Hierarchy (view full)

Implements

Constructors

Properties

_resolved: boolean = false
accessibilityInformation?: AccessibilityInformation
busy?: number
command?: Command
contextValue?: string
decorationData: Data
description?: any
focus?: boolean
icon?: string
id: string
name?: string
nextSibling?: TreeNode
parent: Readonly<CompositeTreeNode>
previousSibling?: TreeNode
resolve: ((token) => Promise<void>)

Type declaration

    • (token): Promise<void>
    • Parameters

      • token: CancellationToken

      Returns Promise<void>

resolving: undefined | Deferred<void>
resourceUri?: string
selected: boolean
themeIcon?: ThemeIcon
tooltip?: string | MarkdownString
visible?: boolean

Accessors

Methods