@umbraco-cms/backoffice
    interface UmbDocumentTreeItemModel {
        ancestors: UmbEntityModel[];
        createDate: string;
        documentType: {
            collection: null | UmbReferenceByUnique;
            icon: string;
            unique: string;
        };
        entityType: "document";
        hasChildren: boolean;
        icon?: null
        | string;
        isFolder: boolean;
        isProtected: boolean;
        isTrashed: boolean;
        name: string;
        noAccess: boolean;
        parent: UmbEntityModel;
        unique: string;
        variants: UmbDocumentTreeItemVariantModel[];
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    ancestors: UmbEntityModel[]
    createDate: string
    documentType: {
        collection: null | UmbReferenceByUnique;
        icon: string;
        unique: string;
    }
    entityType: "document"
    hasChildren: boolean
    icon?: null | string
    isFolder: boolean
    isProtected: boolean
    isTrashed: boolean
    name: string
    noAccess: boolean
    unique: string
    MMNEPVFCICPMFPCPTTAAATR