@umbraco-cms/backoffice

    Interface MetaMenuItemTreeKind

    interface MetaMenuItemTreeKind {
        entityType?: string;
        hideTreeRoot?: boolean;
        icon?: string;
        label: string;
        menus: string[];
        treeAlias: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    entityType?: string
    hideTreeRoot?: boolean
    icon?: string
    label: string
    menus: string[]
    treeAlias: string
    MMNEPVFCICPMFPCPTTAAATR