TreeMenuPropsinterface
{
readonly tree: TreeElement;
}| Property | Type | |
|---|---|---|
.tree | TreeElement | 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.