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

Hierarchy (View Summary, Expand)

Properties

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