Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeSelectionState

Class for representing and managing the selection state and the focus of a tree.

Hierarchy

  • TreeSelectionState

Index

Constructors

constructor

Properties

Readonly selectionStack

selectionStack: readonly FocusableTreeSelection[] = []

Protected Readonly tree

tree: Tree

Accessors

focus

Methods

Protected checkNoDefaultSelection

  • checkNoDefaultSelection<T>(selections: readonly T[]): readonly T[]

Protected handleDefault

Protected handleRange

Protected handleToggle

nextState

selection

Protected selectionRange

Protected toSelectableTreeNode