menuItemName
The name of the property that holds the menu item instance.
The property name must be formatted in camelCase
and must have the MenuItem
suffix.
The property name needs to match a property with the same name that is an instance of the com.tomtom.ivi.platform.mainmenu.api.common.menu.MenuItem
class.
The MenuItem
suffix is mandatory to allow the reference to the property name to be found in the code base easier.