Interface TreeViewSelectionChangeEvent<T>

The event that is fired when there is a change in tree view's selection

interface TreeViewSelectionChangeEvent<T> {
    selection: readonly T[];
}

Type Parameters

  • T

Properties

Properties

selection: readonly T[]

Selected elements.