An enum representing the supported types of rating icons.
To call an enum, you call its parent class, name, and property. For example,
FormApp.RatingIconType.STAR
.
Properties
Property | Type | Description |
---|---|---|
STAR | Enum | A star icon. |
HEART | Enum | A heart icon. |
THUMB_UP | Enum | A thumb up icon. |