replaceAll

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

Replaces all configured menu items with the items.

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