interface UmbPartialViewTreeRootModel {
    entityType: "partial-view-root";
    hasChildren: boolean;
    icon?: null | string;
    isFolder: boolean;
    name: string;
    unique: null;
}

Hierarchy (View Summary, Expand)

Properties

entityType: "partial-view-root"
hasChildren: boolean
icon?: null | string
isFolder: boolean
name: string
unique: null
MMNEPVFCICPMFPCPTTAAATR