TreeMenuPropsinterface

{
	readonly tree: TreeElement;
	readonly path?: AbsolutePath | undefined;
}
PropertyType
.treeTreeElement
Root element whose children become the navigation links. required readonly
.pathAbsolutePath
URL path of the root — children get path + their.name. Defaults to /. readonly

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