remove

abstract fun remove(vararg menuItem: MenuItemConfig)

Removes the given menuItem.

The given menuItem menu item must have been configured already.


abstract fun remove(vararg frontend: FrontendConfig)

Removes the menu item that is associated with frontend.

The given frontend has been configured already.