addAllLast

abstract fun addAllLast(items: List<Pair<MenuItemConfig, FrontendConfig>>)

Adds all the given items pairs to the end of the menu.

Each item in items associates a menu item with a frontend.


abstract fun addAllLast(items: LinkedHashMap<MenuItemConfig, FrontendConfig>)

Adds all the given items map to the end of the menu.

Each item in items associates a menu item with a frontend.