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

BackgroundSuggestionState

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

A mask that indicates which of the fields on the base Background have been changed in this suggestion. For any field set to true, the Backgound has a new suggested value.

interface BackgroundSuggestionState {
backgroundColorSuggested?: boolean;
}

§Properties

§
backgroundColorSuggested?: boolean
[src]

Indicates whether the current background color has been modified in this suggestion.