AW-6801 Add switch to add full path to items result

This commit is contained in:
2025-04-30 08:25:00 +02:00
parent 8684ba25c8
commit 51291cd86f
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ export class Item implements IItem {
public data?:any;
public isEditable?:boolean;
public owner?: string;
public fullPath?: string;
constructor() {
}