enum sap.m.RatingIndicatorVisualMode

Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Possible values for the visualization of float values in the RatingIndicator control.


Properties Overview

Node Description
sap.m.RatingIndicatorVisualMode.Full

Values are rounded to the nearest integer value (e.g. 1.7 -> 2).

sap.m.RatingIndicatorVisualMode.Half

Values are rounded to the nearest half value (e.g. 1.7 -> 1.5).