@umbraco-cms/backoffice

    Interface UmbTreeRootModel

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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