interface UmbMediaTypeFolderTreeItemModel {
    entityType: "media-type-folder";
    hasChildren: boolean;
    icon?: null | string;
    isFolder: boolean;
    name: string;
    parent: UmbEntityModel;
    unique: string;
}

Hierarchy (View Summary, Expand)

Properties

entityType: "media-type-folder"
hasChildren: boolean
icon?: null | string
isFolder: boolean
name: string
unique: string
MMNEPVFCICPMFPCPTTAAATR