Skip to main content
Category: Shapes · Decorative: no data binding

Mental model

A Star is a rating/accent star. Set the number of points for a 5-point star, 6-point, and so on.

Settings

Common shape settings — fill, stroke (color + width), opacity, optional rotation speed — plus the number of points.

Script API example

The same interactions from a dashboard script:
// Reveal a badge when a value peaks
widget.on('tempGauge', 'max', () => widget.show('warnStar'));

Polygon

A regular N-sided polygon.