add props to interface
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export interface UmbWorkspaceEntityElement {
|
||||
set entityKey(key: string);
|
||||
}
|
||||
set entityKey(key: string);
|
||||
set parentEntityKey(key: string | null);
|
||||
set isNew(isNew: boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user