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

Hierarchy (View Summary, Expand)

Properties

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