Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FocusableTreeSelection

A tree selection that might contain additional information about the tree node that has the focus.

Hierarchy

Index

Properties

Properties

Optional Readonly focus

The tree node that has the focus in the tree selection. In case of a range selection, the focus differs from the node.

Readonly node

node: Readonly<SelectableTreeNode>

The actual item that has been selected.

Optional Readonly type

type: DEFAULT | TOGGLE | RANGE

The optional tree selection type. Defaults to SelectionType.DEFAULT;