addAllFirst
abstract fun addAllFirst(items: List<Pair<MenuItemConfig, FrontendConfig>>)
Content copied to clipboard
Adds all the given items pairs to the beginning of the menu.
Each item in items associates a menu item with a frontend.
abstract fun addAllFirst(items: LinkedHashMap<MenuItemConfig, FrontendConfig>)
Content copied to clipboard
Adds all the given items map to the beginning of the menu.
Each item in items associates a menu item with a frontend.