interface UmbDocumentItemModel {
    documentType: {
        collection?: null | UmbReferenceByUnique;
        icon: string;
        unique: string;
    };
    entityType: "document";
    hasChildren: boolean;
    isProtected: boolean;
    isTrashed: boolean;
    name: string;
    parent: null
    | { unique: UmbEntityUnique };
    unique: string;
    variants: UmbDocumentItemVariantModel[];
}

Properties

documentType: {
    collection?: null | UmbReferenceByUnique;
    icon: string;
    unique: string;
}
entityType: "document"
hasChildren: boolean
isProtected: boolean
isTrashed: boolean
name: string
parent: null | { unique: UmbEntityUnique }
unique: string
MMNEPVFCICPMFPCPTTAAATR