TreeAppPropsinterface
{
tree: TreeElement;
sidebar?: ReactElement | undefined;
routes?: Routes | undefined;
}| Property | Type | |
|---|---|---|
.tree | TreeElement | The tree elements to display. required |
.sidebar | ReactElement | Override the sidebar for the tree app. Defaults to <TreeSidebar /> |
.routes | Routes | Additional routes. |
Props for the TreeApp component — the tree to render plus optional extra routes and app meta.