mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add missing property to NavBarLinkRef interface
This commit is contained in:
@@ -28,4 +28,5 @@ export interface NavBarLinkRef extends ExtensionElement {
|
|||||||
|
|
||||||
url?: string; // evaluated at runtime based on route ref
|
url?: string; // evaluated at runtime based on route ref
|
||||||
description?: string;
|
description?: string;
|
||||||
|
children?: Array<NavBarLinkRef>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user