addAllLast
abstract fun addAllLast(items: List<Pair<MenuItemConfig, FrontendConfig>>)
Content copied to clipboard
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>)
Content copied to clipboard
Adds all the given items map to the end of the menu.
Each item in items associates a menu item with a frontend.