TreeMenuPropsinterface
{
readonly tree: TreeElement;
readonly path?: AbsolutePath | undefined;
}| Property | Type | |
|---|---|---|
.tree | TreeElement | Root element whose children become the navigation links. required readonly |
.path | AbsolutePath |
Props for the TreeMenu component — the root tree element plus its URL path.