Type Alias GroupsInSingleColumnMenu

GroupsInSingleColumnMenu: {
    [property: `${string}.${string}`]:
        | OrderedExtensibleContainer
        | MenuGroupDetailsInSubMenu;
}

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

Type declaration