pub fn UndoTree(props: UndoTreeProps) -> impl IntoViewExpand description
Renders history nodes newest-first as an indented list of buttons. The
current node is marked, and clicking a row runs on_restore with that node’s
id.
§Required Props
- nodes:
impl Into<Signal<Vec<HistoryNode>>> - on_restore:
Callback<usize>