Enum sap.m.RatingIndicatorVisualModeModule: sap/m/library


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

Field Summary
sap.m.RatingIndicatorVisualMode.FullValues are rounded to the nearest integer value (e.g.
sap.m.RatingIndicatorVisualMode.HalfValues are rounded to the nearest half value (e.g.
Field Detail
sap.m.RatingIndicatorVisualMode.Full: string
Values are rounded to the nearest integer value (e.g. 1.7 -> 2).
sap.m.RatingIndicatorVisualMode.Half: string
Values are rounded to the nearest half value (e.g. 1.7 -> 1.5).