mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
add missing property to NavBarLinkRef interface
This commit is contained in:
parent
c8303f3479
commit
e3648dea5f
@ -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>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user