nodes property

List<TreeNode<T>> nodes
final

List of tree nodes to display in the tree view.

Type: List<TreeNode<T>>. The root-level nodes that will be rendered in the tree. Can contain TreeItem instances and TreeRoot containers.

Implementation

final List<TreeNode<T>> nodes;