[MNT-24637] ADW: Options to edit files marked as records available in Favorites Files list (#10289)

This commit is contained in:
jacekpluta
2024-10-09 08:44:27 +02:00
committed by GitHub
parent a93f0bd069
commit 3d495932fe
3 changed files with 16 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ export class Favorite {
* A subset of the target favorite properties, system properties and properties already available in the target are excluded.
*/
properties?: any;
aspectNames?: string[];
allowableOperations?: string[];
constructor(input?: Partial<Favorite>) {
if (input) {