Class TreeSelectionServiceImpl

SelectionProvider is implemented by services to notify listeners about selection changes.

Implements

Constructors

Properties

focusService: TreeFocusService
onSelectionChangedEmitter: Emitter<readonly Readonly<SelectableTreeNode>[]> = ...
tree: Tree

Accessors

Methods

  • Returns an array of the difference of two arrays. The returned array contains all elements that are contained by left and not contained by right. right may also contain elements not present in left: these are simply ignored.

    Type Parameters

    • T

    Parameters

    • left: readonly T[]
    • right: readonly T[]

    Returns readonly T[]