TreeViewOptions$Typings<T> extension
- on
Properties
- canSelectMany ↔ bool?
-
Available on TreeViewOptions<
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.T> , provided by the TreeViewOptions$Typings extensiongetter/setter pair -
dragAndDropController
↔ TreeDragAndDropController<
T> ? -
Available on TreeViewOptions<
An optional interface to implement drag and drop in the tree view.T> , provided by the TreeViewOptions$Typings extensiongetter/setter pair - manageCheckboxStateManually ↔ bool?
-
Available on TreeViewOptions<
By default, when the children of a tree item have already been fetched, child checkboxes are automatically managed based on the checked state of the parent tree item. If the tree item is collapsed by default (meaning that the children haven't yet been fetched) then child checkboxes will not be updated. To override this behavior and manage child and parent checkbox state in the extension, set this toT> , provided by the TreeViewOptions$Typings extensiontrue
.getter/setter pair - showCollapseAll ↔ bool?
-
Available on TreeViewOptions<
Whether to show collapse all action or not.T> , provided by the TreeViewOptions$Typings extensiongetter/setter pair -
treeDataProvider
↔ TreeDataProvider<
T> -
Available on TreeViewOptions<
A data provider that provides tree data.T> , provided by the TreeViewOptions$Typings extensiongetter/setter pair