TreeAppPropsinterface

{
	tree: TreeElement;
	sidebar?: ReactElement | undefined;
	routes?: Routes | undefined;
}
PropertyType
.treeTreeElement
The tree elements to display. required
.sidebarReactElement
Override the sidebar for the tree app. Defaults to <TreeSidebar />
.routesRoutes
Additional routes.

Props for the TreeApp component — the tree to render plus optional extra routes and app meta.