add todo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user