Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeViewOptions<T>

Options for creating a TreeView

Type Parameters

  • T

Hierarchy

  • TreeViewOptions

Index

Properties

canSelectMany?: boolean

Whether the tree supports multi-select. When the tree supports multi-select and a command is executed from the tree, the first argument to the command is the tree item that the command was executed on and the second argument is an array containing all selected tree items.

dragAndDropController?: TreeDragAndDropController<T>

An optional interface to implement drag and drop in the tree view.

showCollapseAll?: boolean

Whether to show collapse all action or not.

treeDataProvider: TreeDataProvider<T>

A data provider that provides tree data.