TreeMenuPropsinterface

{
	readonly tree: TreeElement;
}
PropertyType
.treeTreeElement
Root element whose children become the navigation links. Must be a flattened element (from useTreeMap()) so each child carries its canonical path. required readonly

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