interface UmbTreeRootModel {
    entityType: string;
    hasChildren: boolean;
    icon?: null | string;
    isFolder: boolean;
    name: string;
    unique: null;
}

Hierarchy (View Summary, Expand)

Properties

entityType: string
hasChildren: boolean
icon?: null | string
isFolder: boolean
name: string
unique: null
MMNEPVFCICPMFPCPTTAAATR