TreeSidebarPropsinterface

{
	readonly tree: TreeElement;
	readonly path?: AbsolutePath | undefined;
}
PropertyType
.treeTreeElement
Root element of the tree. required readonly
.pathAbsolutePath
URL path of the root — defaults to /. Children are rendered with path + their.name. readonly

Props for the TreeSidebar component — the root tree element plus its URL path.