Skip to main content

UndoTree

Function UndoTree 

Source
pub fn UndoTree(props: UndoTreeProps) -> impl IntoView
Expand 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