This commit is contained in:
Mads Rasmussen
2023-03-24 13:14:22 +01:00
parent 10df05e047
commit ea91f29a49

View File

@@ -7,6 +7,7 @@ export interface UmbWorkspaceContextInterface<T = unknown> {
isNew: Observable<boolean>;
getIsNew(): boolean;
setIsNew(value: boolean): void;
// TODO: should we consider another name than entity type. File system files are not entities but still have this type.
getEntityType(): string;
getData(): T;
destroy(): void;