TreeSidebarPropsinterface
{
readonly tree: TreeElement;
readonly path?: AbsolutePath | undefined;
}| Property | Type | |
|---|---|---|
.tree | TreeElement | Root element of the tree. required readonly |
.path | AbsolutePath |
Props for the TreeSidebar component — the root tree element plus its URL path.