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;
|
sortable: boolean;
|
||||||
template: string;
|
template: string;
|
||||||
desktopOnly: boolean;
|
desktopOnly: boolean;
|
||||||
|
sortingKey: string;
|
||||||
}
|
}
|
||||||
|
@@ -25,8 +25,9 @@ export interface NavBarLinkRef extends ExtensionElement {
|
|||||||
icon: string;
|
icon: string;
|
||||||
title: string;
|
title: string;
|
||||||
route: string;
|
route: string;
|
||||||
provider?: string;
|
|
||||||
|
|
||||||
|
provider?: string;
|
||||||
|
component?: string;
|
||||||
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>;
|
children?: Array<NavBarLinkRef>;
|
||||||
|
Reference in New Issue
Block a user