Properties
Protected _currentScope
_currentScope: number = ...
Protected _isFiltered
_isFiltered: boolean = false
Protected _totalVisibleLeaves
_totalVisibleLeaves: number = 0
Protected Readonly expansionService
expansionService: TreeExpansionService
Protected Readonly filterInput
Protected lastSearchedFuzzy
lastSearchedFuzzy: string = ''
Protected lastSearchedLiteral
lastSearchedLiteral: string = ''
Protected Readonly logger
logger: ILogger
Protected Readonly navigationService
navigationService: TreeNavigationService
Protected Readonly onChangedEmitter
onChangedEmitter: Emitter<void>
Protected Readonly onOpenNodeEmitter
onOpenNodeEmitter: Emitter<TreeNode>
Protected Readonly onTreeFilterChangedEmitter
Protected Readonly preferenceService
Protected Readonly schemaProvider
Protected Readonly scopeTracker
Protected Readonly selectionService
selectionService: TreeSelectionService
Protected Readonly toDispose
toDispose: DisposableCollection
Protected Readonly tree
tree: Tree
Protected Readonly treeGenerator
Protected Readonly treeSearch
treeSearch: TreeSearch
Select the given node if it is the ancestor of a selected node.