add is folder to model
This commit is contained in:
@@ -19,6 +19,7 @@ export interface UmbEntityTreeItemModel extends UmbTreeItemModelBase {
|
||||
// TODO: remove this when we have unique for everything
|
||||
export interface UmbFileSystemTreeItemModel extends UmbTreeItemModelBase {
|
||||
path: string;
|
||||
isFolder: boolean;
|
||||
}
|
||||
|
||||
// Root
|
||||
|
||||
Reference in New Issue
Block a user