Type Alias GroupsInMultiColumnMenu

GroupsInMultiColumnMenu: {
    [property: `${string}.${string}`]:
        | MenuGroupDetailsInColumn
        | MenuGroupDetailsInSubMenu;
}

Group of menu items that can be combined with other groups to form a single menu/submenu within a multi-column menu. Groups are separated using a line within the menu/submenu.

Type declaration