mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add missing interface property (#6210)
* add missing interface property * add missing 'component' property
This commit is contained in:
@@ -26,4 +26,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
||||
sortable: boolean;
|
||||
template: string;
|
||||
desktopOnly: boolean;
|
||||
sortingKey: string;
|
||||
}
|
||||
|
@@ -25,8 +25,9 @@ export interface NavBarLinkRef extends ExtensionElement {
|
||||
icon: string;
|
||||
title: string;
|
||||
route: string;
|
||||
provider?: string;
|
||||
|
||||
provider?: string;
|
||||
component?: string;
|
||||
url?: string; // evaluated at runtime based on route ref
|
||||
description?: string;
|
||||
children?: Array<NavBarLinkRef>;
|
||||
|
Reference in New Issue
Block a user