TreeElement
io.worxbend.tui.dsl.TreeElement
final case class TreeElement(nodes: Seq[TreeNode], state: TreeState, props: ElementProps) extends Element
A collapsible tree over an in-memory node list. Up/Down move the selection through the visible rows and Enter expands or collapses the selected branch (a no-op on a leaf), all while focused.
Attributes
- Graph
-
- Supertypes
Members list
In this article