Crate tui_tree_widget

Crate tui_tree_widget 

Source
Expand description

Widget built to show Tree Data structures.

Tree widget Tree is generated with TreeItems (which itself can contain TreeItem children to form the tree structure). The user interaction state (like the current selection) is stored in the TreeState.

Structsยง

Block
A widget that renders borders, titles, and padding around other widgets.
Flattened
A flattened item of all visible TreeItems.
Scrollbar
A widget to display a scrollbar
ScrollbarState
A struct representing the state of a Scrollbar widget.
Tree
A Tree which can be rendered.
TreeItem
One item inside a Tree.
TreeState
Keeps the state of what is currently selected and what was opened in a Tree.