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