Rating

Rating component - Abyssale REST API

For now, 5 stars is the only available rating decoration.

Available properties:

PropertyDescription

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. 6-8 digits hexadecimal color. Represents the color of the filled stars.

background_color

String. 6-8 digits hexadecimal color. Represents the background color of all stars.

shadow_color shadow_blur shadow_offset_x shadow_offset_y

Example:

"rating_score": 64, "star_dimension": 40, "star_margin": 10, "star_color": "#FF0000", "background_color": "#EAEAEA80"

Last updated