Skip to main content

Tree

Function Tree 

Source
pub fn Tree(props: TreeProps) -> impl IntoView
Expand description

A hierarchical tree view built from items, with arrow-key navigation, F2 inline rename, drag and drop moves, and single or multi selection. The optional on_select, selected, selection, on_rename, on_move, and on_expand props wire up interaction; default_expanded opens every branch initially.

§Required Props

§Optional Props