addAllFirst

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

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>)

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

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