@umbraco-cms/backoffice

    Interface UmbMemberTypeTreeItemModel

    interface UmbMemberTypeTreeItemModel {
        entityType: "member-type";
        hasChildren: boolean;
        icon?: null | string;
        isFolder: boolean;
        name: string;
        parent: UmbEntityModel;
        unique: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

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