TreeViewOptions$Typings<T> extension
Properties
-
canSelectMany
↔ bool?
-
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.
getter/setter pair
-
dragAndDropController
↔ TreeDragAndDropController<T>?
-
An optional interface to implement drag and drop in the tree view.
getter/setter pair
-
manageCheckboxStateManually
↔ bool?
-
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 to
true
.
getter/setter pair
-
showCollapseAll
↔ bool?
-
Whether to show collapse all action or not.
getter/setter pair
-
treeDataProvider
↔ TreeDataProvider<T>
-
A data provider that provides tree data.
getter/setter pair