@umbraco-cms/backoffice

    Interface UmbContentTreeItemModel

    interface UmbContentTreeItemModel {
        ancestors: UmbEntityModel[];
        createDate: string;
        entityType: string;
        hasChildren: boolean;
        icon?: null | string;
        isFolder: boolean;
        name: string;
        parent: UmbEntityModel;
        unique: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    ancestors: UmbEntityModel[]
    createDate: string
    entityType: string
    hasChildren: boolean
    icon?: null | string
    isFolder: boolean
    name: string
    unique: string
    MMNEPVFCICPMFPCPTTAAATR