add isNew to workspace interface
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
export interface UmbWorkspaceContextInterface<T = unknown> {
|
||||
//readonly data: Observable<T>;
|
||||
//getUnique(): string | undefined;
|
||||
|
||||
isNew: boolean;
|
||||
getEntityType(): string;
|
||||
|
||||
getData(): T;
|
||||
|
||||
destroy(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user