panelTypesName

val panelTypesName: String

The name of the property that holds the panel types.

The property name must be formatted in SCREAMING_SNAKE_CASE and must have the _PANEL_TYPES suffix.

The property name needs to match a property with the same name that is an instance of the com.tomtom.ivi.platform.frontend.api.common.frontend.panels.PanelTypeSet class.

The _PANEL_TYPES suffix is mandatory to allow the reference to the property name to be found in the code base easier.