Rating
Rating component - Abyssale REST API
Last updated
Rating component - Abyssale REST API
Last updated
For now, 5 stars
is the only available rating decoration.
rating_score
Number between 0-100. Score of the rating on a scale of 100.
star_dimension
Number between 4-400. Size in pixels of one star.
star_margin
Number between 0-100. Margins in pixels between stars.
star_color
String. or (for print) Represents the color of the filled stars.
background_color
String. or (for print)
Represents the background color of all stars.
shadow_color
shadow_blur
shadow_offset_x
shadow_offset_y
"rating_score": 64,
"star_dimension": 40,
"star_margin": 10,
"star_color": "#FF0000",
"background_color": "#EAEAEA80"
"rating_score": 64,
"star_dimension": 40,
"star_margin": 10,
"star_color":"cmyka(0,100,100,0,100)",
"background_color":"cmyka(0,0,0,8,100"