Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RatingQuestion

import type { RatingQuestion } from "https://googleapis.deno.dev/v1/forms:v1.ts";

A rating question. The user has a range of icons to choose from.

interface RatingQuestion {
iconType?:
| "RATING_ICON_TYPE_UNSPECIFIED"
| "STAR"
| "HEART"
| "THUMB_UP";
ratingScaleLevel?: number;
}

§Properties

§
iconType?: "RATING_ICON_TYPE_UNSPECIFIED" | "STAR" | "HEART" | "THUMB_UP"
[src]

Required. The icon type to use for the rating.

§
ratingScaleLevel?: number
[src]

Required. The rating scale level of the rating question.