Enum sap.ui.commons.RatingIndicatorVisualModeModule: sap/ui/commons/library


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

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